RawToast / http4s-twirl-example

Http4s webservice with Twirl, Circe, Blaze client, and tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Http4s Twirl Example

CircleCI

This application is an example of using Http4s, Blaze Client, Circe and Twirl templates -- including example unit and template tests.

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 validate the html report can be located at target/scala-2.12/scoverage-report/index.html

Tech Stack

This api is built on the following Scala / Java open source libraries:

About

Http4s webservice with Twirl, Circe, Blaze client, and tests


Languages

Language:Scala 91.9%Language:HTML 8.1%