Skip to content

linjeforeningen-delta/deltabeer

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jan 9, 2024
Jan 8, 2024
Jan 28, 2024
May 27, 2021
May 6, 2021
Jan 28, 2024
Nov 9, 2024
Jan 8, 2024
Jan 8, 2024
Nov 9, 2024
Jan 8, 2024

Repository files navigation

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.