Skip to content

Web app for solving simple VRP problems. Django is used as a web framework, and Google's OR-Tools as a solver.

License

Notifications You must be signed in to change notification settings

tisljaricleo/VRPwebapp

Repository files navigation

VRPwebapp 🚛

Installation

VRP solver and Python

  1. Install the latest Python version (3.8 recommended) Download link.
  2. Install Google's OR-Tools using pip: python -m pip install ortools.
  3. Chose and install your favorite Python IDE.
  4. Confirm the OR-Tools installation by running the example.

Web framework

Install the Django framework using pip: python -m pip install Django
For more information visit official instructions.

Starting the app

  1. Open the Windows console, the cmd.
  2. Navigate to VRPwebapp folder.
  3. Type python manage.py runserver.
  4. Open the browser and type http://localhost:8000/vrp/.
  5. Enjoy!

Contact and connect

[Leo Tisljaric] (https://www.linkedin.com/in/leo-ti%C5%A1ljari%C4%87-28a56b123/)

About

Web app for solving simple VRP problems. Django is used as a web framework, and Google's OR-Tools as a solver.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published