Skip to content

amolnaik/moneymatters

Repository files navigation

Moneymatters

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

Explore

Try it out! (Works with Python 2, Python 3 is in progress)

Local

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.)

Build and develope further

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.

Extensions

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

License

This project is licensed under The Unlicense and released to the Public Domain.

About

smart way to manage your money

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published