Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 426 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 426 Bytes

RUN

run tests

make test 

Create and seed the database

make init

run the server

make run

Note that the Postman collection is provided in the repo

Docker

make up
docker compose exec app bash 
./app.out --initdb 

App: localhost:8080

Metrics: localhost:9000

Prometheus: localhost:9090

Grafana: localhost:3000