Skip to content

Releases: FPirazz/Traffic-Management

Version 0.1.0

07 Mar 16:10
91d5302
Compare
Choose a tag to compare

This version marks the release of a functioning prototype regarding the Traffic Management System,

In order to test locally the application, you need to download extract the Traffic-Managemente.rar, then open it with and IDE (preferably IntelliJ). Once the project is set up, two commands are needed to be run on a terminal opened in the project directory, alongside having either the Docker daemon, or Docker Destkop, running. The commands are:

  1. docker compose build --no-cache
  2. docker compose up