Skip to content

bradparker/blotter

Repository files navigation

Blotter

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.

Requirements

Setup

$ cp .envrc.example .envrc
$ direnv allow
$ docker-compose up -d
$ database/scripts/create
$ database/scripts/migrate
$ stack test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published