http4s/http4s.g8

Name: http4s.g8

Owner: http4s

Description: giter8 template for bootstrapping http4s services

Created: 2015-01-28 06:45:41.0

Updated: 2018-05-11 20:52:45.0

Pushed: 2018-05-11 20:52:45.0

Homepage: null

Size: 105

Language: Scala

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

http4s giter8 template Build Status

Generate an http4s service on the blaze backend with Circe.

  1. Install sbt
  2. sbt new http4s/http4s.g8
  3. cd quickstart
  4. sbt run
  5. curl http://localhost:8080/hello/$USER
  6. Learn more

Note:

We have enabled sbt-partial-unification necessary for utilizing all features of Http4s and Cats. As well as sbt-revolver for easier project reloading.

We have commented out the sbt-tpolecat plugin in the generated project/plugins.sbt. We highly recommend it for projects, but it may not be a good baseline for new users.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.