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.