To run application, call:
sbt run
You can create a docker container with the api with:
sbt docker:publishLocal
You will need docker-composer` to run the API. As a prerequisite you need to create the database first with your credentials. See create_database.sql. Be sure to change the default credentials.
docker-compose run db web
To run tests, call:
sbt test