mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Adapt Readme.
This commit is contained in:
parent
47246b6955
commit
ecf69795ba
11
README.md
11
README.md
@ -1,8 +1,17 @@
|
|||||||
# wakapi
|
# wakapi
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
* Clone repository
|
||||||
* Copy `.env.example` to `.env` and set config parameters
|
* 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
|
## License
|
||||||
* GPL-v3 @ [Ferdinand Mütsch](https://muetsch.io)
|
* GPL-v3 @ [Ferdinand Mütsch](https://muetsch.io)
|
Loading…
Reference in New Issue
Block a user