This application is a simple backend example using Http4s, Redis, and Circe -- including some example unit tests. The initial goal was to rework my old http4s-twirl-example to use Scala 3, as a backend for some frontend work.
To start: sbt run
this will run the service on port 8080
An alias has been provided to run all tests with coverage: sbt codeCoverage
the html report can be located
at target/scala-3.4.0/scoverage-report/index.html
This api is built on the following Scala stack: