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 also provided the material for my talk at BobKonf 2015 Berlin (German).
- Clone the github repository
- Run
stack install
- Adjust
blog.cfg
- Run
funblog
Please not that this software is NOT intendet to be used in production (yet?).