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
- Host: GitHub
- URL: https://github.com/drewolson/effectful-scotty-example
- Owner: drewolson
- License: other
- Created: 2022-01-07T23:08:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T12:51:31.000Z (over 2 years ago)
- Last Synced: 2025-06-08T02:57:53.172Z (8 months ago)
- Topics: effectful, haskell, scotty
- Language: Haskell
- Homepage:
- Size: 26.4 KB
- Stars: 3
- 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
```