An open API service indexing awesome lists of open source software.

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

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
```