An exercise in working with (and learning) Haskell.
The idea is to build a blog (a well known thing), with all the bells and whistles that a web appliction would usually have.
$ cp .envrc.example .envrc
$ direnv allow
$ docker-compose up -d
$ database/scripts/create
$ database/scripts/migrate
$ stack test