Skip to content

giter8 template for bootstrapping http4s services

License

Notifications You must be signed in to change notification settings

bcreaney/http4s.g8

 
 

Repository files navigation

http4s giter8 template

This template is based on a final tagless architecture. For an alternate version fixed on cats.effect.IO, see http4s-io.g8.

Instructions

Generate an http4s service on the blaze backend with Circe.

  1. Install sbt
  2. Create your project:
    • Scala 2: sbt new http4s/http4s.g8
    • Scala 3: sbt new http4s/http4s.g8 --branch 0.23-scala3
  3. cd quickstart
  4. sbt run
  5. curl http://localhost:8080/hello/$USER
  6. Learn more

About

giter8 template for bootstrapping http4s services

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%