Adapt Readme.

This commit is contained in:
Ferdinand Mütsch 2019-05-11 20:32:35 +02:00
parent 47246b6955
commit ecf69795ba
1 changed files with 10 additions and 1 deletions

View File

@ -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)