https://documenter.getpostman.com/view/8357128/SVfTM6RK?version=latest
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
source venv/bin/activate
python python CarRO/manage.py runserver 0.0.0.0:8000