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

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: 7 months 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
```