Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathankot/mvc-service
MVC service library
https://github.com/nathankot/mvc-service
Last synced: about 1 month ago
JSON representation
MVC service library
- Host: GitHub
- URL: https://github.com/nathankot/mvc-service
- Owner: nathankot
- License: bsd-3-clause
- Created: 2020-12-16T09:41:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T10:11:57.000Z (almost 9 years ago)
- Last Synced: 2024-10-26T22:47:56.526Z (3 months ago)
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MVC Service library
*Note: this library is work in progress*
This library provides an abstraction for asynchronous request/response(s) services based on the MVC framework.
## Setup (sandboxed)
git clone https://github.com/cmahon/mvc-service.git
cd mvc-service
cabal sandbox init
cabal install --only-dependencies --enable-tests --enable-benchmarks
cabal configure
cabal build
cabal test
cabal bench
cabal run## Reference
* [MVC library article](http://www.haskellforall.com/2014/04/model-view-controller-haskell-style.html)
* [MVC library on hackage](http://hackage.haskell.org/package/mvc)
* [Haskell project skeleton](https://github.com/tfausak/haskeleton)