Blog written in Haskell
-
From Source (cabal):
git clone https://github.com/S3L1M/haskellog.git && cd haskellog && cabal install
-
From Source (stack):
git clone https://github.com/S3L1Mhaskellog.git && cd haskellog && stack build --allow-different-user
-
For more information: Check the documentation in MORE.md
This is a simple blog software written in Haskell to demonstrate how to use the web framework Spock. It (will) provide(s) examples for:
- Routing
- Using template engines
- Writing a REST API (JSON)
- Working with Forms
- Using a database
- Session management
- Background-Workers
- Authentication
- Spock Contexts
This repository forked from agrafix
- Clone the github repository
- Run
stack install
- Adjust
blog.cfg
- Run
stack exec haskellog-exe --allow-different-user
- 8.0.2
Released under the Apache-2.0 license.
- (c) 2014 - 2016 Alexander Thiemann
- (c) 2018 - Present Mohamed Selim, Mostafa Moaaz