Skip to content

aflanders7/Finance_Tracker

Repository files navigation

Finance_Tracker

Author: Audrey Flanders

Link to Demo

Built With

  • postgreSQL
  • Flask
  • Python
  • Jinja
  • Chart.JS

About the project

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.

Getting Started

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