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:
docker compose build --no-cache
docker compose up