Sample codes for this slides.
-
mtls
Implementation of monad stack with monad transformers in cats. -
effs
Implementation of monad stack with atnos-eff.
Sample codes of Layered Architecture with atnos-eff.
This application is providing only one api to create post.
-
migrations
Please use DDL.sql and DML.sql in databases directory. -
running application
sbt run
- create post
POST /posts/create
{
"user_id": "D8E265B7-AF8F-4F2C-AEEF-2430CC609417",
"text": "Enjoy eff!!"
}