-
Notifications
You must be signed in to change notification settings - Fork 1
Home
John Shields edited this page Feb 23, 2021
·
52 revisions
Repota is designed for automobile technicians to fill out service reports for auto dealerships and rental companies. The reports are done in a step-by-step process. Technicians can not only create their reports they can view, edit, delete and export them to a PDF. This app is a necessity for technicians for their day-to-day work.
- Repota App
- Horton Backend
- Database
- OS Name:
- JetBrains:
- Postman
$ git clone https://github.com/johnshields/Repota-App.git
$ cd repota/repotaApp
$ npm install @angular/cli
$ ionic serve
$ cd horton
$ go build && go run main.go