Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.03 KB

File metadata and controls

39 lines (31 loc) · 2.03 KB

Scala GitHub Actions Scala Steward badge

To run the application:

To spin up the postgres dependency:

docker compose up -d postgres

To stop the running postgres container:

docker compose down postgres

To run the application:

sbt "runMain runner.Main"

To reach the open api/swagger documentation, use this url:

http://localhost:8080/docs/openapi

To run the test:

sbt test
sbt 'integration / test'

Useful links