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