tisljaricleo / VRPwebapp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 55.4%Language:HTML 39.1%Language:CSS 5.4%