1
0
Fork 0
keeping track of my children's money since 2013
Ir para arquivo
Stephen McQuay 8e5f559567 added generated static file 2015-08-09 15:27:10 -07:00
cmd/allowances Major refactor 2015-08-09 11:52:40 -07:00
static Got app working 2013-03-08 22:28:24 -08:00
templates Major refactor 2015-08-09 11:52:40 -07:00
.gitignore ignore db files 2013-03-05 22:32:14 -08:00
auth.go Major refactor 2015-08-09 11:52:40 -07:00
db.go Major refactor 2015-08-09 11:52:40 -07:00
fs.go Major refactor 2015-08-09 11:52:40 -07:00
gen.go Major refactor 2015-08-09 11:52:40 -07:00
handlers.go Major refactor 2015-08-09 11:52:40 -07:00
license updated license 2015-06-23 08:47:56 -07:00
readme.md added generated static file 2015-08-09 15:27:10 -07:00
routes.go Major refactor 2015-08-09 11:52:40 -07:00
static.go added generated static file 2015-08-09 15:27:10 -07:00
templates.go Major refactor 2015-08-09 11:52:40 -07:00

readme.md

========== Allowances

.. rubric:: keeping track of my children's money since 2013

Why

I want to write a from-scratch, non-tutorial web application in go. This is my attempt at such an endeavor.

What

The main point of this app should be the following: * authenticate user(s) * All should be able to see: - how much each child has earned - show results for a single child * Authenticated users should be able to: - add money to a given child by surfing to their page and clicking on coins * The app should: - be resilient to restart - on write, store info in .json db - on start up deal with parsing and empty data.json files - look better than what I've written in the past

Dependencies

* bootstrap_
    - place in ./static/bootstrap

Bootstrap DB

$ echo "[]" > passwds.json

.. _bootstrap: http://twitter.github.com/bootstrap/assets/bootstrap.zip