1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-20 20:00:06 -04:00
A personal finance web application written in Go and React/Bootstrap
Go to file
2016-02-13 10:42:48 -05:00
static Add keys to help react out 2016-02-13 10:42:48 -05:00
.gitignore Initial commit 2015-06-25 22:36:58 -04:00
accounts.go Add method to create Imbalances accounts 2016-02-11 05:53:44 -05:00
db.go Add basic implementation of securities 2015-06-27 08:32:51 -04:00
errors.go Initial commit 2015-06-25 22:36:58 -04:00
imports.go imports.go: Automatically create Imbalances and Trading accounts 2016-02-12 05:53:03 -05:00
libofx.c Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
libofx.go Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
main.go Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
README Move to using npm/browserify to package everything 2016-02-13 10:42:48 -05:00
securities.go Add lots more securities, but comment them out because they're slow 2016-02-02 21:50:36 -05:00
sessions.go Initial commit 2015-06-25 22:36:58 -04:00
transactions.go transactions.go: Split calculation of imbalance $$ from Balanced() method 2016-02-12 05:52:40 -05:00
users.go Initial commit 2015-06-25 22:36:58 -04:00
util.go backend: Add ability to get Transactions by Account 2015-07-11 08:58:36 -04:00

MoneyGo README

Installation
============

First, install npm in your distribution:
$ sudo pacman -S npm

Install browserify globally:
$ sudo npm install -g browserify

Next, install browserify, babel, react, react-bootstrap, react-widgets, and globalize in our directory using npm:
$ cd static && npm install browserify react react-dom react-addons-update react-bootstrap react-widgets babelify babel-preset-react globalize cldr-data