Skip to content

ShubhamPandey28/TMS-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://127.0.0.1:5000/

About

Backend system of Transport-Management-System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages