The project is built as follows:
- Java 11+
- Kotlin 1.3+
- Spring Boot 2.3+
- Docker (Engine and Compose)
There are two ways to run the application. The first is using docker via command:
./start.sh
The other way is to run the application separately via IDE or via maven command:
./mvnw spring-boot:run
Environment | URL |
---|---|
Local | http://localhost:8089 |
The API documentation is available at:
${environmentUrl}/swagger-ui.html