Technikum Wien SWEN2 Project Tour Planner
- Java JDK (21 at least)
- JavaFX with Webkit (21 at least)
- Or better Maven
-
Build and run the entire project:
./run.sh
-
Build and run the entire project:
run.bat
When running the Spring Boot backend from IntelliJ, set the Working Directory to the backend module directory:
- Go to Run > Edit Configurations.
- Select the Spring Boot configuration.
- Set the Working Directory to
backend.
To stop Docker containers:
docker-compose down