- Assignment project for DAT250
To build the project and package the application, run the following command:
./gradlew buildThis will compile the code, run tests, and create a JAR file in the build/libs directory.
To start the application, use the following command:
./gradlew bootRunThis will start the Spring Boot application, and you can access it at http://localhost:8080 (or any other configured port).
./gradlew testThis will run the integration tests and generate a test report in the test folder.