1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/README.md
Ferdinand Mütsch 263613a0a7 Readme.
2019-05-19 22:18:08 +02:00

15 lines
307 B
Markdown

# wakapi
## Usage
* Clone repository
* Copy `.env.example` to `.env` and set config parameters
* Install dependencies: `go get -d ./...`
* Run server: `go run *.go`
## Todo
* Persisted (for performance)
* User sign up and log in
* UI / Graphs
## License
* GPL-v3 @ [Ferdinand Mütsch](https://muetsch.io)