Skip to content

AdelineCelier/monitorfish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#/

Packages

No packages published

Languages

  • HTML 46.1%
  • Kotlin 25.8%
  • JavaScript 8.5%
  • Shell 8.2%
  • Roff 7.3%
  • Makefile 1.5%
  • Other 2.6%