Basically it is an web app for finding the optimized route from the given locations.
- Node js
- React
- Python
- Clone this Repository
- Open The Cloned Directory
- Open terminal in current Directory
- run "npm install" to install node packages
- run "pip install -r ./requirements.txt" to install python packages
- open the project directory in terminal
- run "npm run start-server" to start the flask server
- run "npm start" to start the react server