Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 252 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 252 Bytes

Execute with docker

docker-compose up

Execute without docker

./gradlew bootRun

Api explorer

localhost:8080/playground

Example query

query {
    exam
}

Special Thanks to Lukas Gabriel and Leyla Niederberger for creative input.