Skip to content

martinprobson/cats-effect-dependency-example

Repository files navigation

Managing Dependencies using CATS Effect 3

A toy application, that shows how to manage dependencies using CATS Effect 3. Loosely based on this blogpost that does the same for ZIO.

Dependency Diagram

This application models a simple user registration service that has the following components/dependencies: -

Dependency Diagram

Run application

Backend database is H2 in memory (connection parameters set in application.properties

sbt run

About

A toy application, that shows how to manage dependencies using CATS Effect 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages