From ecf69795bac71f9bedd92b7735317a552ba75cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Sat, 11 May 2019 20:32:35 +0200 Subject: [PATCH] Adapt Readme. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 853827f..d333f49 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # wakapi ## Usage +* Clone repository * Copy `.env.example` to `.env` and set config parameters -* `go run *.go` +* Install dependencies: `go get -d ./...` +* Run server: `go run *.go` + +## Todo +* Aggregation logic +* Summary endpoint +* User sign up and log in +* UI routes +* Graph generation ## License * GPL-v3 @ [Ferdinand Mütsch](https://muetsch.io) \ No newline at end of file