|
||
---|---|---|
.github/workflows | ||
common/src/main/scala/es/jesusmtnez/todobackend/domain | ||
project | ||
todobackend-http4s/src | ||
todobackend-zio-http/src/main/scala/es/jesusmtnez/todobackend | ||
.envrc | ||
.gitignore | ||
.scalafmt.conf | ||
README.md | ||
build.sbt | ||
flake.lock | ||
flake.nix |
README.md
TODO Backend
A series of implemetations of Todo-Backend REST API in Scala using different libraries.
-
Using
http4s
withcats-effect
: seetodobackend-http4s
module -
Using
zio-http
withzio
: seetodobackend-zio
module