gnocchi

Golang weight tracking application
Log | Files | Refs

readme.md (697B)


      1 # Gnocchi
      2 
      3 A simple, mobile first, golang web application allowing daily tracking of weight to markdown.
      4 
      5 Very much intended for personal use, built to replace transcribing dates with paper and pen.
      6 Expected to be used with [this file](https://github.com/breadcat/blog.minskio.co.uk/blob/master/content/weight.md) and [this script](https://github.com/breadcat/nix-configs/blob/main/scripts/blog-weight.nix), can also be run as a [NixOS service](https://github.com/breadcat/nix-configs/blob/main/common/roles/gnocchi.nix).
      7 
      8 
      9 ## Running
     10 
     11 ```
     12 cd gnocchi
     13 go run . -f /blog/weight.md -p 8080
     14 ```
     15 
     16 Then access the servers IP address via a web browser on port `8080`.
     17 
     18 ## Screenshot
     19 
     20 ![](screenshot.png)