Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 683 Bytes

MORE.md

File metadata and controls

27 lines (21 loc) · 683 Bytes

About funblog

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).

Quickstart

  1. Clone the github repository
  2. Run stack install
  3. Adjust blog.cfg
  4. Run funblog

Please not that this software is NOT intendet to be used in production (yet?).