/ExamApi

Primary LanguageKotlin

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.