https://github.com/compmonk/carro
Car Repair Order management tool
https://github.com/compmonk/carro
angularjs bootstrap4 car crm crm-platform django django-api django-application django-framework django-mongoengine django-project django-rest-framework django-rest-framework-mongoengine management-system mongodb postman-collection webapp
Last synced: about 2 months ago
JSON representation
Car Repair Order management tool
- Host: GitHub
- URL: https://github.com/compmonk/carro
- Owner: compmonk
- Created: 2019-08-23T00:17:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T22:07:51.000Z (about 4 years ago)
- Last Synced: 2025-09-07T15:00:04.717Z (9 months ago)
- Topics: angularjs, bootstrap4, car, crm, crm-platform, django, django-api, django-application, django-framework, django-mongoengine, django-project, django-rest-framework, django-rest-framework-mongoengine, management-system, mongodb, postman-collection, webapp
- Language: HTML
- Homepage: http://carro0.appspot.com/
- Size: 531 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CarRO
## Car Repair Order and Management Tool
### Create car repair orders and manage them.

### View list of all the Repair Orders

### Edit Repair Orders and update the workflow for the Repair Order

### Workflows included

### API DOCS
https://documenter.getpostman.com/view/8357128/SVfTM6RK?version=latest
### Installation and Set up
```
git clone https://github.com/compmonk/CarRO.git
cd CarRO
virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
pip install -r requirements/base.txt
mongo CarRO db/createUser.js
mongorestore -d CarRO db/CarRO
python python CarRO/manage.py runserver 0.0.0.0:8000
```
### To run
```
source venv/bin/activate
python python CarRO/manage.py runserver 0.0.0.0:8000
```