1
0
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
Go to file
Ferdinand Mütsch b4c8e6ecb6 Introduce GORM.
2019-05-11 17:49:56 +02:00
middlewares Introduce GORM. 2019-05-11 17:49:56 +02:00
models Introduce GORM. 2019-05-11 17:49:56 +02:00
routes Introduce GORM. 2019-05-11 17:49:56 +02:00
services Introduce GORM. 2019-05-11 17:49:56 +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
main.go Introduce GORM. 2019-05-11 17:49:56 +02:00
README.md Read config from env. 2019-05-06 00:58:01 +02:00

wakapi

Usage

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

License