Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 614 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 614 Bytes

TMS-Server

Backend system of Transport-Management-System

Using api

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/