You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install docker-compose (for Mac and Windows it is installed automatically with docker)
Everyday stuffs
Start everything
start PostgreSQL server:
- execute in console from project root docker-compose up or see make file
Start backend
- there is an example.env file with the dev config values, copy the content of that file into a .env file
- execute in console from project root sbt run
Execute tests
make sure you started the PostgreSQL server
execute in console from project root
sbt check
Formatter
the project has its own fmt conf in .scalafmt.conf
make sure your IntelliJ plugin recognizes that conf