This project attempts to solve Travelling Salesman Problems using the Backbone method. The application is a Web Application that gives the user the opportunity to create their own problems for the algorithm to solve, and it also allows the user to solve it too.
The OSXExecu and WINExec branches are configured and packaged to run on OSX Sierra and Windows 10 in standalone. This means that it does not require any installation pre-requisites.
Once downloaded, go to the base folder and run the following commands to execute the web application on the local server.
Windows
manage.exe runserver
OSX
./manage runserver
A HTTP address should show and copy and paste it into the browser.
This Web application is also deployed to the web using Heroku.
https://finalbb.herokuapp.com/