Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 910 Bytes

Manjuu Server

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.

Running this app

To start: sbt run this will run the service on port 8080

Running tests

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

Tech Stack

This api is built on the following Scala stack: