Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 392 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 392 Bytes

zio-test-akka-http-example

An example akka-http server written with ZIO integration that uses the excellent zio-test-akka-http which provides integration of akka-http-testkit with zio-test via a simple DSL.

It provides some simple CRUD endpoints that use an in-memory DB, and also provides some examples of testing using ZIO mocks.