Skip to content

Hiroki6/AtnosEffExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtnosEffExamples

Sample codes for this slides.

examples

  • mtls
    Implementation of monad stack with monad transformers in cats.

  • effs
    Implementation of monad stack with atnos-eff.

app

Sample codes of Layered Architecture with atnos-eff.

This application is providing only one api to create post.

How to use

  • 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!!"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published