Moneymatters is a simple and smart way to manage your money. Written in Python, the repository gives you complete flexibility to build your money management App with local storage. Dashboard and tabular views are built-in.
CSS | Skeleton JS | jQuery Charts | Highcharts Analytics | Pandas
Try it out! (Works with Python 2, Python 3 is in progress)
You can simple run: flask run
And the application will run on http://localhost:5000/
(For deployment, it can be served using nginx instead of just running flask run
.)
If you prefer to run it directly on your local machine, I suggest using virtualenv
pip install -r requirements.txt
export FLASK_APP=application.py
flask run
Now you can browse the API: http://localhost:5000/
Create a user by signing up and start using the App after you create your account.
Flask offers many extension which are used in the code, e.g.
Usage | Flask-Extension |
---|---|
Model & ORM | Flask-SQLAlchemy |
Migration | Flaks-Migrate |
Forms | Flask-WTF |
Login | Flask-Login |
Testing | Flask-Testing |
This project is licensed under The Unlicense and released to the Public Domain.