Skip to content

rby/zio-http4s-mongo.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giter8 template for ZIO + HTTP4S + TAPIR + MONGO

Project structure

- root
  - server

Run

$ sbt
> project server
> run
curl localhost:9000/ping
curl localhost:9000/v1/greet -H'Content-type: application/json' -d '"John Doe"'

Swagger

Swagger UI can be accessed locally.

http://localhost:9000/docs

Testing

Uses Embedded MongoDBfor testing.

Contributing

Testing the template locally

g8 file:///local/path/to/zio-http4s-mongo.g8 --name=project-name

About

Giter8 template for zio + http4s + tapir + mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages