Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 782 Bytes

Deltabeer

Deltabeer is the backend of Ølsystemet, a program for trading tokens for refreshments at the student office.

Getting started

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.