One Source, Multiple Destination Cab App, is a cab app Website that focuses on optimizing the approach of booking shared from a single source.
We target organizations such as large MNC offices, Schools, or prominent gathering places, which are handled by an organization that has many individuals and wants to implement their own cab services.
This Idea focuses on providing the common Open-Source Infrastructure to the Organizations to implement their own software in delivering the cab services.
This Algorithm for this app is created by NSIT Last year student colaborated with Swapnil Shinde for Implementation. Last year project NSIT
1.It Is based on Bellman Ford algorith for shortest path | One source Multiple destination.
2.This app takes the Const Starting point which will be same for all users , it can be a organisation or a school.
3.then it optimises the path for one source to multiple destination
- go to google developer console and enable and generate your own Google Maps Api
- add the api to .env file.
- go to redis lab and setup your own redis database
- add the redis host uri to .env
pip install requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver