Skip to content

compmonk/CarRO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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