A personal finance web application written in Go and React/Bootstrap
Go to file
Aaron Lindsay 6257e9193f Hook (almost) everything up to Redux 2016-10-05 13:36:47 -04:00
js Hook (almost) everything up to Redux 2016-10-05 13:36:47 -04:00
static Finish update for latest React, Bootstrap, jQuery versions 2016-09-27 11:57:35 -04:00
.gitignore .gitignore node_modules 2016-02-13 17:07:46 -05:00
Makefile Update everything for latest version of React 2016-09-27 11:30:39 -04:00
README Initial plumbing for moving to Redux 2016-10-03 19:49:15 -04:00
accounts.go Make accounts PUT and POST return the resulting Account object 2016-09-29 09:17:57 -04: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
gnucash.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
imports.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
libofx.c Initial pass at OFX imports 2016-02-02 21:46:27 -05:00
libofx.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
main.go Update logging format to include source file/line 2016-02-19 20:01:25 -05:00
securities.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
sessions.go Make sessions PUT and POST return the resulting Session 2016-10-04 19:55:40 -04:00
transactions.go Add Initial Gnucash importing 2016-02-19 20:01:24 -05:00
users.go Make users PUT AND POST return the resulting User 2016-10-04 08:01:28 -04:00
util.go backend: Add ability to get Transactions by Account 2015-07-11 08:58:36 -04:00

README

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, globalize, and big.js in our directory using npm:
$ npm install browserify react react-dom react-addons-update react-bootstrap react-widgets redux react-redux redux-thunk babelify babel-preset-react globalize cldr-data big.js keymirror