1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-03-03 12:38:24 -05:00
Aaron Lindsay f9a4d0a99a Don't clear SplitId's when updating transaction
This caused new splits to be created, instead of re-using existing
splits and SplitId's.
2017-05-28 20:27:20 -04:00
2017-05-24 19:47:18 -04:00
2017-02-22 08:26:21 -05:00
2017-02-17 10:01:31 -05:00
2017-02-17 10:01:31 -05:00
2017-02-17 10:01:31 -05:00
2017-02-17 10:01:31 -05:00
2017-02-19 07:50:36 -05:00
2017-01-23 20:40:39 -05:00
2017-05-08 06:01:26 -04:00
2017-02-15 20:56:41 -05:00
2017-02-17 10:01:31 -05:00
2017-02-19 07:50:36 -05:00
2017-02-17 10:01:31 -05:00

MoneyGo README

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

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

Install browserify globally using npm:
	$ sudo npm install -g browserify

You'll then want to build everything (the Golang and Javascript portions) using
something like:

	$ export GOPATH=`pwd`
	$ go get -v github.com/aclindsa/moneygo
	$ go generate -v github.com/aclindsa/moneygo
	$ go install -v github.com/aclindsa/moneygo

Running
=======

Assuming you're in the same directory you ran the above installation comands
from, running MoneyGo is then as easy as:

	$ ./bin/moneygo \
	  -port 8080 \
	  -base src/github.com/aclindsa/moneygo/
Description
A personal finance web application written in Go and React/Bootstrap
Readme MIT 26 MiB
Languages
Go 57.7%
JavaScript 38%
Lua 2.2%
Python 0.8%
CSS 0.6%
Other 0.7%