Backend system of Transport-Management-System
clone TMS-Server
git clone https://github.com/ShubhamPandey28/TMS-Server.git
it is adviced to use a virtualenv. You can use pipenv install it using pip
pip install --upgrade pipenv
To activate virtualenv just do following
cd TMS-Server
pipenv shell
install the dependencies
pip install -r requirements.txt
setup the mysql database by running
python dbsetup.py
Then finally run the server
python app.py
api-url is http://127.0.0.1:5000/