Team Members:
- José Matos - Leader
- Francisco Antunes
- Lourenço Carvalho
- Maria Inês Costa
- Rui Guimarães
- Python
- Docker and Docker Compose (If you have Docker Desktop, Docker Compose is included.)
- Clone git folder into local directory
- cd into the plp_app folder
- Run the command: "docker-compose up -d --build" (make sure Docker Daemon is running)
- Open your browser on https://localhost:8080
- (To "decompose" docker container use command: "docker compose down --rmi local")