https://github.com/abhishekshree/growsimplee
Submission for InterIIT Tech Meet 11.0
https://github.com/abhishekshree/growsimplee
Last synced: 5 months ago
JSON representation
Submission for InterIIT Tech Meet 11.0
- Host: GitHub
- URL: https://github.com/abhishekshree/growsimplee
- Owner: abhishekshree
- Created: 2023-01-11T12:44:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T14:03:13.000Z (over 1 year ago)
- Last Synced: 2024-05-28T19:08:26.260Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hub Management | Grow Simplee
This is a part of the submission for inter IIT Tech Meet 11.0 for the problem statement Route Planning for Optimized On Time Delivery by [Grow Simplee](https://interiit-tech.org/images/ps/High_GS.pdf)
## Steps to Run
1. Clone the repository.
2. Run `git submodule update --recursive --remote` to get the latest version of the frontend submodule.
3. Run `./run.sh` to start the backend servers and the frontend.
## Description
The backend consists of two microservices, one with all the core and business logic, and a standalone OSRM server for faster map related queries. The frontend is a React app that uses the backend to get the data and display it.
The script `run.sh` starts all the three services and takes care of the dependencies.
The backend is written in Python and uses Flask as the web framework. The frontend is written in React and uses the Tomtom API for the map.
### Demo
[](https://www.youtube.com/watch?v=iXQXTKJidzA)