https://github.com/styts/personal-finance-app
Python/Flask application helps visualize spendings based on bank csv
https://github.com/styts/personal-finance-app
Last synced: about 1 month ago
JSON representation
Python/Flask application helps visualize spendings based on bank csv
- Host: GitHub
- URL: https://github.com/styts/personal-finance-app
- Owner: styts
- Created: 2014-12-09T23:12:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T23:12:26.000Z (over 11 years ago)
- Last Synced: 2025-01-28T01:27:00.164Z (over 1 year ago)
- Language: Python
- Size: 348 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Finance App
--------------------
Install required python packages:
pip install -r requiremnts/base.txt
pip install -r requiremnts/dev.txt
Run the Flask app:
python application.py
Running on http://127.0.0.1:5000/
Run the tests:
py.test