Author: Audrey Flanders
- postgreSQL
- Flask
- Python
- Jinja
- Chart.JS
This is a personal finance tracker that allows a user to track their incomes and expenses. Provides graphs for financial data analysis using SQL queries.
1. Clone the repo
https://github.com/aflanders7/Finance_Tracker.git
2. Create a virtual environment
cd Finance_Tracker
python3 -m venv ./venv
source venv/bin/activate
pip install -r requirements.txt
3. Run the program
python app.py