GitHub

Piano Reps

Super-simple API for tracking piano exercises, using Servant and sqlite-simple Persistent

Writeups

I've written a couple blog posts involving this code.

Usage

Run stack run to run the server, default port is 1810

Test that it's working with curl localhost:1810/list

Populate a random new record with curl localhost:1810/populate

Read the original on github.com ↗