Executing this script will run the backend application and the PostgreSQL database.
make run-front
Stack:
- Kotlin
- Spring Boot
- Flyway
Executing this script will run the backend application and the PostgreSQL database.
make run-back
Executing this script will run all backend-related tests.
./scripts/test.sh
Set the VM options to locate the properties files:
-Dspring.config.additional-location="</path/to/project/>/infra/"
Set a Program argument to select a property file:
--spring.profiles.active=local
API docs can be bound at http://localhost:8880/swagger-ui.html#/