项目作者: compmonk

项目描述 :
Car Repair Order management tool
高级语言: HTML
项目地址: git://github.com/compmonk/CarRO.git
创建时间: 2019-08-23T00:17:16Z
项目社区:https://github.com/compmonk/CarRO

开源协议:

下载


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

  1. git clone https://github.com/compmonk/CarRO.git
  2. cd CarRO
  3. virtualenv -p /usr/bin/python3 venv
  4. source venv/bin/activate
  5. pip install -r requirements/base.txt
  6. mongo CarRO db/createUser.js
  7. mongorestore -d CarRO db/CarRO
  8. python python CarRO/manage.py runserver 0.0.0.0:8000

To run

  1. source venv/bin/activate
  2. python python CarRO/manage.py runserver 0.0.0.0:8000