Schichtplaner build status

Under development

Tech stack

  • Kotlin
  • Spring Boot
  • Expedia's graphql-kotlin
  • PostgreSQL

Run locally

To run the Spring Boot application:

./gradlew bootRun

To insert test data after application is up:

./gradlew bootRun --args='--spring.profiles.active=testdata'