/mirai

A project to explore future technologies.

Primary LanguageKotlin

Mirai

A project to explore:

  • Kotlin
  • Spring webflux
  • Gradle
  • GraphQL

among other technologies.

Common Tasks

  • Run the project
    1. Run Docker compose
      docker-compose up -d
    2. Run Spring
      ./gradlew bootRun
  • Build the project
    ./gradlew build