Simple application to help optimize a vehicle route.
Checkout the backend...it's kinda cool.
💻 This project was initial intended to use Google OR-Tools to solve VRPTW (Vehicle Routing Problem with Time Windows.) but my M1 which I love head some problems installing/compiling OR-Tools...😭
- Add OR-Tools (Need to switch cpu architectures)
- Add new API routes to solve VRPTW's with OR-Tools
- Refactor existing API route to solve VRP's with OR-Tools