- install java 23 (easiest way is to use sdkman)
- install/download flyway
- install postgres 15
- from the root directory of this project, run
psql -Upostgres < src/main/resources/db/setup-database.sql - once that's complete, run
./flyway-local.sh migrate - if there are no issues there, start with app with
mvn clean spring-boot:runand navigate to http://localhost:8080
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|