1. Have [stack](http://haskellstack.org/) installed 2. Optional: have [nix](https://nixos.org/nix/) installed. If you *don't* use nix, delete line 3 of `main.hs`. 3. Run `./main.hs` and the server will startup To bootstrap the db, do `curl -XPOST "localhost:3000/bootstrap"`. This takes like 3 seconds or so. See `test.http` for some other examples.