Skip to content

NinaadRao/cab-fleet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cab Fleet Management

To run this code: Make sure that you have all the modules mentioned in the backend.py installed.
You can run : pip install -r requirements.txt
To run the backend server, run: python backend.py
Make sure that your mongo database is populated with the corresponding 'user' collection(keys are username, password,email).
Make sure that you have a mapbox api token to get the map tiles. Make sure that you have openrouteservice api token to get the directions for a particular source and destination.
Once the backend is ready, Open the front end html file (index.html inside templates folder)