Skip to content

Version 0.1.0

Latest
Compare
Choose a tag to compare
@FPirazz FPirazz released this 07 Mar 16:10
· 2 commits to main since this release
91d5302

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