keeping track of my children's money since 2013
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Stephen McQuay 57e252ce2b
added prometheus route
7 years ago
children plumbed through child add/delete subcommands 8 years ago
cmd/allowances allow creation of fresh children db on init 8 years ago
static Got app working 11 years ago
templates Major refactor 8 years ago
.gitignore ignore db files 11 years ago
auth.go Major refactor 8 years ago
db.go plumbed through child add/delete subcommands 8 years ago
gen.go Major refactor 8 years ago
handlers.go plumbed through child add/delete subcommands 8 years ago
license updated license 8 years ago
readme.md updated readme 8 years ago
routes.go added prometheus route 7 years ago
static.go added generated static file 8 years ago
templates.go Major refactor 8 years ago

readme.md

Allowances

keeping track of my children's money since 2013

Why

Originally I wanted to write a from-scratch, non-tutorial web application in go. After a few years of writing web stuff in go. My wife came to rely on this and when she asked me to stand up the service again I couldn't get past how bad the code looked so I polished things up.

how

you can safely install this by running the following:

$ go get mcquay.me/allowances/...

One can initialize the password and children db as follows:

$ allowances pw add $PASS
$ allowances children add $DB a b c d

and run the server as such:

export PASSES=/tmp/passes.json
export DB=/tmp/children.json
allowances serve