Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 661 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 661 Bytes

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)