Deltabeer is the backend of Ølsystemet, a program for trading tokens for refreshments at the student office.
Download Java 21 from e.g. Azul, or using your favourite package manager. SDKMan is also an alternative.
To start the application using an in-memory H2 database run
./gradlew bootRun --args='--spring.profiles.active=local-h2'
The application will be available at localhost:8080.
Open API (swagger) documentation is available at http://localhost:8080/swagger-ui/index.html.
For contributing read the DEVELOPERS.md documentation.