This example contains the definition of all algebras to manage todolists. It provides the model, all persistence algebras and all service algebras.
It also provides an implementation for the persistence algebras using
doobie
with a h2
database.
This library has been used to implement two examples:
todolist-http-finch
: Application to manage todolists over http usingfinch
todolist-http-http4s
: Application to manage todolists over http usinghttp4s