https://github.com/sdiehl/haskell-warp-rest
A Haskell web application using acid-state and scotty
https://github.com/sdiehl/haskell-warp-rest
Last synced: 3 months ago
JSON representation
A Haskell web application using acid-state and scotty
- Host: GitHub
- URL: https://github.com/sdiehl/haskell-warp-rest
- Owner: sdiehl
- License: mit
- Created: 2013-01-14T08:29:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-14T16:55:00.000Z (over 12 years ago)
- Last Synced: 2023-03-11T04:30:00.774Z (over 2 years ago)
- Language: JavaScript
- Size: 395 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Warp REST
=========Tutorial on building web applications with Haskell using:
- warp
- acid-state
- scotty
- lensTesting
=======```bash
cabal install acid-state
cabal install lens
cabal install scotty
cabal install wai-middleware-static
```or
```bash
cabal install --only-dependencies
``````bash
runghc server.hs
```License
=======MIT