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 ecf69795ba Adapt Readme.
2019-05-11 20:32:35 +02:00

333 B

wakapi

Usage

  • Clone repository
  • Copy .env.example to .env and set config parameters
  • 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