sm f9d2d247bc Started worrying about templates
I am trying to match what Jeff did in his https://github.com/zeebo/gostbook
example.
2013-02-20 21:11:44 -08:00
2013-02-20 21:11:44 -08:00
2013-02-19 22:55:10 -08:00
2013-01-06 14:21:39 -08:00
2013-02-20 21:11:44 -08:00
2013-02-20 21:11:44 -08:00

==========
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
============

$ sqlite3 db.sqlite < init_db.sql

.. _bootstrap: http://twitter.github.com/bootstrap/assets/bootstrap.zip
S
Description
keeping track of my children's money since 2013
Readme
825 KiB
Languages
Go 99.2%
HTML 0.7%