Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewolson/effectful-scotty-example

A simple example application using effectful and scotty
https://github.com/drewolson/effectful-scotty-example

effectful haskell scotty

Last synced: about 15 hours ago
JSON representation

A simple example application using effectful and scotty

Awesome Lists containing this project

README

        

A simple example of using [effectful](https://github.com/arybczak/effectful)
with [scotty](https://github.com/scotty-web/scotty).

```
stack run
curl localhost:3000
```

```
stack test
```