NinaadRao / cab-fleet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About


Languages

Language:CSS 92.1%Language:HTML 3.9%Language:Python 3.4%Language:JavaScript 0.6%