SpringBoot application (needs PostgreSQL DB dockerized, s. compose.yaml)
- Run a Docker Daemon (for e.g. by Windows: Podman Desktop needs VM 'WSL 2' from Microsoft Store)
- Add environment variables (according to application.yaml) and specify concrete values
- either by run configuration
- or an .env file
- Run
BackendApplication
To make a database change Flyway is used as a migration tool. Add SQL script to resources/db/migration also see versioned migrations.