This project is from examples in the tutorial, which models two domains, and uses two different runtimes (cats effect and ZIO).
Start postgres:
docker-compose up
In a different shell:
sbt catsEffectJVM/run
or for ZIO example:
sbt zio/run
Visit https://edomata.ir/ for tutorial and more info.