Skip to content

hnaderi/edomata-example

Repository files navigation

Edomata example

This project is from examples in the tutorial, which models two domains, and uses two different runtimes (cats effect and ZIO).

Run

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.