Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 974 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 974 Bytes

MonitorFish MonitorFish

Frontend

Run

Executing this script will run the backend application and the PostgreSQL database.

make run-front

Backend

Stack:

  • Kotlin
  • Spring Boot
  • Flyway

Run

Executing this script will run the backend application and the PostgreSQL database.

make run-back

Test

Executing this script will run all backend-related tests.

./scripts/test.sh

Local setup of the app in Intellij

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 Documentation

API docs can be bound at http://localhost:8880/swagger-ui.html#/