/deltahouse

Primary LanguageKotlinMIT LicenseMIT

Deltahouse

A rewrite of an old project called DeltaPi 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.