Backend service for splitter written in Kotlin Spring Boot
- JDK 17 or higher
- Docker
- Postgres
-
Set up database
docker compose up -d db
-
Build
docker compose build
-
Run the app
docker compose up splitterbackend
-
Run postgres db
-
Open IntelliJ IDEA
-
Install DB Navigator plugin
-
Connect to the database using DB Navigator
-
Edit SplitterApplicationKt configuration to add environment variables
- DB_URL
- DB_USER
- DB_PASSWORD
-
Run the app using the configuration