A Production Ready Example

A Production Ready Example

In the section, I'll walk you through the Http4s' jokes service that generated by sbt new http4s/http4s.g8, but production ready. By production ready, I mean it is ready to ship and your have all the observability.

You can generate the example project by running

sbt new jcouyang/http4s.g8

TODO