Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 626 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 626 Bytes

harchaeo

Quick start

It will expect the find a directory named archive in your current directory which is the compressed (or uncompressed) archive of a slack export.

$ make run

Manual setup

Setup

$ stack setup
$ stack build

Backend

To run the server:

$ stack exec backend -- <path compressed export>

Query:

$ curl http://localhost:8000/channel
$ curl http://localhost:8000/channel/general

Generate Elm code

To generate elm code interfacing with the backend:

$ stack exec codegen

TODO

  1. Implement Elm front-end
  2. Clean-up and comment code