1
0
Fork 0
 
 
Go to file
Jesús Martínez b56302481e
chore(deps): update logback-classic from 1.2.6 to 1.4.11
2023-09-27 07:39:47 +02:00
.github/workflows chore(deps): update actions/checkout from 4.0.0 to 4.1.0 2023-09-25 12:25:25 +02:00
common/src/main/scala/es/jesusmtnez/todobackend/domain refactor(http4s): simplify structure 2023-09-05 06:27:07 +02:00
project chore(deps): update sbt to 1.9.6 2023-09-25 12:26:08 +02:00
todobackend-http4s/src refactor(zio-http): structure similar to http4s module 2023-09-05 07:21:54 +02:00
todobackend-zio-http/src/main/scala/es/jesusmtnez/todobackend feat(zio-http): add TodoRepository with in memory implementation 2023-09-05 07:30:30 +02:00
.envrc feat(*): init repository 2023-08-31 06:40:46 +02:00
.gitignore feat(*): init repository 2023-08-31 06:40:46 +02:00
.scalafmt.conf chore(deps): update scalafmt to 3.7.14 2023-09-02 06:52:35 +02:00
README.md refactor(http4s): simplify structure 2023-09-05 06:27:07 +02:00
build.sbt chore(deps): update logback-classic from 1.2.6 to 1.4.11 2023-09-27 07:39:47 +02:00
flake.lock chore(flakes): update flake.lock 2023-09-25 12:25:46 +02:00
flake.nix feat(*): init repository 2023-08-31 06:40:46 +02:00

README.md

TODO Backend

A series of implemetations of Todo-Backend REST API in Scala using different libraries.

  • Using http4s with cats-effect: see todobackend-http4s module

  • Using zio-http with zio: see todobackend-zio module