Ecosyste.ms: Awesome
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: about 15 hours ago
JSON representation
A simple example application using effectful and scotty
- Host: GitHub
- URL: https://github.com/drewolson/effectful-scotty-example
- Owner: drewolson
- License: other
- Created: 2022-01-07T23:08:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T12:51:31.000Z (over 1 year ago)
- Last Synced: 2024-11-11T18:04:17.382Z (2 months ago)
- Topics: effectful, haskell, scotty
- Language: Haskell
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```