- Kotlin
- Micronaut
- PostgresSQL
- Docker Compose
- Start docker compose
docker-compose up -d - Build Project
./gradlew build - Run Project
./gradlew run - Run test (optional)
./gradlew test Build and run the service-platform project should also generate swagger spec from Micronaut annotations at:
- Swagger http://localhost:8080/swagger/views/swagger-ui/index.html
- Rapidoc http://localhost:8080/swagger/views/rapidoc/index.html
- Redoc http://localhost:8080/swagger/views/redoc/index.html