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

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

Awesome Lists containing this project

README

          

Warp REST
=========

Tutorial on building web applications with Haskell using:

- warp
- acid-state
- scotty
- lens

Testing
=======

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