blob: b7b9c4ef20a2d6079c8b742f761a2550d6486aeb (
plain)
1
2
3
4
5
6
7
8
|
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.
|