Skip to content

gregberns/langext-eff-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LanguageExt Eff/Aff Example

Purpose

POC/Demo of using the Eff/Aff system in LanguageExt. The goal is to build an end to end API + business layer + data layer, which connects to an actual database, to demonstrate how "to be opinionated about dealing with the world's side-effects." Source

Run

# start the database
docker-compose up -d db

# wait a minute so the database starts up

# Run the tests
dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published