This Project lets you add different stops and create routes using those stops.
Routes and stops can be rendered on GoogleMap, basic operations like Create, Update, Delete can be done as well. You can import and export Stops and Routes to .csv or .xls files.
#Usage
You must have Python 3.x for the project.
Install requirements from requirements.txt using pip install -r requirements.txt
Note: If you import route that has stops not registered, they wont be rendered on the map.