mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics
coding-statisticsdeveloper-toolshacktoberfestproductivityself-hostedtime-trackerwakatimewakatime-api
middlewares | ||
models | ||
routes | ||
services | ||
utils | ||
.env.example | ||
.gitignore | ||
config.ini | ||
main.go | ||
README.md |
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