Vanth is a way to track your expenses.
Go to file
Eli Ribble 60e6f7c834 Add a navbar to the main page after login
I'll probably use it. Fairly certain. It looks nice either way.

This breaks up the main layout to 'things with the navbar' and 'things
without' and uses inheritance to make it all work out nicely. I also
added my first static asset which assumes nginx is properly configured
to serve up the file rather than doing it through vanth
2016-06-09 01:19:03 -06:00
alembic Add unique constraints on some of our tables 2016-05-18 15:41:04 -06:00
bin Add simple script for inserting ofxsources 2016-05-18 15:42:46 -06:00
lib Basic outline of the accounts page 2016-05-18 15:02:14 -06:00
static/css Add a navbar to the main page after login 2016-06-09 01:19:03 -06:00
templates Add a navbar to the main page after login 2016-06-09 01:19:03 -06:00
tests/api Add GET /user/ implementation that works 2016-05-04 07:16:05 -06:00
vanth Get form-based sessions working 2016-06-09 00:53:01 -06:00
.babelrc Set up babel's ability to handle trailing commas 2016-05-17 14:14:10 -06:00
.gitignore Stop ignoring my lib directory 2016-05-17 16:38:52 -06:00
LICENSE Initial commit 2016-04-27 19:31:26 -06:00
README.md Add initial setup file with dependencies and simple readme 2016-05-02 08:46:12 -06:00
alembic.ini Get alembic up and running 2016-05-02 08:46:12 -06:00
conftest.py Set up basic testing framework with py.test 2016-05-03 18:59:08 -06:00
gulpfile.js Run debug server on another port 2016-05-17 11:06:41 -06:00
index.html Add basic index for webpack dev server 2016-05-17 14:14:28 -06:00
package.json Set up babel's ability to handle trailing commas 2016-05-17 14:14:10 -06:00
pylint.sh Add a script for running all pylint stuff 2016-05-02 09:31:54 -06:00
pylintrc Add a standard pylintrc file 2016-05-02 09:31:23 -06:00
pytest.ini Set up basic testing framework with py.test 2016-05-03 18:59:08 -06:00
setup.py Get basic debug Flask application working 2016-05-02 09:30:27 -06:00
webpack-assets.json Add working webpack config and react app 2016-05-16 18:21:37 -06:00
webpack.config.js Add working webpack config and react app 2016-05-16 18:21:37 -06:00

README.md

Vanth

Vanth is a way to track your expenses. It's primary goals are the following:

1 - You can host it yourself so you don't have to trust any third party with your financial data 2 - It minimizes the amount of effort and human input required to maximally track your expenses 3 - It seeks to maximize information available about your expenses

Vanth is released under the Affero GPL (http://www.affero.org/oagpl.html)