A simple service tesk application. The backend is done with Java and Spring Boot, with H2 database. To run the application Gradle and Java are required.
Run gradlew bootrun
after cloning the repository The API can be accessed at http://localhost:8080/
.
Run gradlew test
to run unit tests.