- Assignment project for DAT250
To build the project and package the application, run the following command:
./gradlew build
This 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 bootRun
This will start the Spring Boot application, and you can access it at http://localhost:8080
(or any other configured port).
./gradlew test
This will run the integration tests and generate a test report in the test folder.