It's a solution to Satalia's beer test problem using nearest neigbour algorithm and extremely simplified genetic algorithm
Backend:
- python
- bottle
- graphdb
Frontend:
- react.js
- bootstrap
In the home directory execute npm install && docker-compose up --build
It is going to start a local server listening on port 80
- Input the latitude and longitude of the starting position
- Input the amuont of times the genetic algorithm will run
Note: make sure the amount of times isn't too high or the request can time out