Skip to content

JannisPetschenka/poll_manager

Repository files navigation

Poll Manager

  • Assignment project for DAT250

1. Build the project

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.

2. Run the application

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).

3. Run the tests

./gradlew test

This will run the integration tests and generate a test report in the test folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published