Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 754 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 754 Bytes

Backend

Introduction

SpringBoot application (needs PostgreSQL DB dockerized, s. compose.yaml)

Getting-Started

Run on localhost

  1. Run a Docker Daemon (for e.g. by Windows: Podman Desktop needs VM 'WSL 2' from Microsoft Store)
  2. Add environment variables (according to application.yaml) and specify concrete values
    • either by run configuration
    • or an .env file
  3. Run BackendApplication

Flyway

To make a database change Flyway is used as a migration tool. Add SQL script to resources/db/migration also see versioned migrations.