- Sbt: https://www.scala-sbt.org/
- Docker compose: https://docs.docker.com/compose/
- (optional) Database backup file
- (optional) Rename the database backup file to <project-dir>/dev_setup/docker-entrypoint-initdb.d/00_initial_structure_and_data.sql
- Run "make docker-up" to start up the local database.
- Run "make run" to start up the local web server.
- Navigate to http://localhost:9000 to talk to the local server.
- Run "make docker-down" to stop and clean up the local database.