- JDK >= 19
- Sbt
- Dotty
- Docker Compose
$ docker-compose up -d$ sbt api/flywayMigrate$ sbt test$ sbt it:test$ sbt scalafmtAll$ sbt api/compile api/run$ sbt api/exec api/runReference file:.env
$ sbt api/assembly$ java -jar main/target/scala-3.1.0/api.jar