📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics
Go to file
Ferdinand Mütsch 47246b6955 Introduce aggregation model. 2019-05-11 20:07:58 +02:00
middlewares Introduce GORM. 2019-05-11 17:49:56 +02:00
models Introduce aggregation model. 2019-05-11 20:07:58 +02:00
routes Introduce GORM. 2019-05-11 17:49:56 +02:00
services Introduce aggregation model. 2019-05-11 20:07:58 +02:00
utils Introduce GORM. 2019-05-11 17:49:56 +02:00
.env.example Read config from env. 2019-05-06 00:58:01 +02:00
.gitignore Read config from env. 2019-05-06 00:58:01 +02:00
README.md Read config from env. 2019-05-06 00:58:01 +02:00
main.go Introduce aggregation model. 2019-05-11 20:07:58 +02:00

README.md

wakapi

Usage

  • Copy .env.example to .env and set config parameters
  • go run *.go

License