wakapi/README.md

15 lines
307 B
Markdown
Raw Normal View History

2019-05-06 01:58:01 +03:00
# wakapi
## Usage
2019-05-11 21:32:35 +03:00
* Clone repository
2019-05-06 01:58:01 +03:00
* Copy `.env.example` to `.env` and set config parameters
2019-05-11 21:32:35 +03:00
* Install dependencies: `go get -d ./...`
* Run server: `go run *.go`
## Todo
2019-05-19 23:18:08 +03:00
* Persisted (for performance)
2019-05-11 21:32:35 +03:00
* User sign up and log in
2019-05-19 23:18:08 +03:00
* UI / Graphs
2019-05-06 01:58:01 +03:00
## License
* GPL-v3 @ [Ferdinand Mütsch](https://muetsch.io)