I'm going to do server-side rendering. That means that I don't really need sepiida in the way we think of it because I don't need a JSON-based API to do my UI. And that's fine. This simplifies a bunch of stuff, so I'll be happy with it This commit breaks apart my growing list of endpoints into a new module, vanth.pages, where I intend to keep the various pages. I've put auth in a separate, non-pages module even though it has pages because auth is a special beast that deals with sessions and DB stuff, so I like it in a separate kind of module |
||
---|---|---|
alembic | ||
bin | ||
lib | ||
styles | ||
templates | ||
tests/api | ||
vanth | ||
.babelrc | ||
.gitignore | ||
LICENSE | ||
README.md | ||
alembic.ini | ||
conftest.py | ||
gulpfile.js | ||
index.html | ||
package.json | ||
pylint.sh | ||
pylintrc | ||
pytest.ini | ||
setup.py | ||
webpack-assets.json | ||
webpack.config.js |
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)