docker-compose up -d
cd api
./gradlew flywayMigrate
./gradlew bootRun
- Add migration SQL file to
api/src/main/resources/db/migration
. - Run
api/gradlew flywayMigrate
to migrate DB. - Run
api/gradlew jooqCodegen
to generate Kotlin files from DB.
You can use GraphiQL to test the GraphQL server.
Open your browser and go to http://localhost:8080/graphiql