Skip to content

Financial Tracking Web Application using Plaid API

Notifications You must be signed in to change notification settings

Love-P/FinTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinTrack - Financial Tracking Web Application

FinTrack is a web application for tracking your financial transactions and managing your accounts using Plaid's API. It allows users to securely link their bank accounts, retrieve transaction data, and view their financial information.

Table of Contents

Features

  • User registration and authentication.
  • Securely link bank accounts using Plaid.
  • View account balances and transaction history.
  • Reset forgotten passwords.
  • Database storage for user data and transactions.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.11 installed.
  • poetry
  • SQLite database (configured in config.py).
  • Plaid API credentials (update in app.py).

Installation

  1. Clone the repository:

    git clone https://github.com/Love-P/FinTrack.git
    

Activate & Run:

  1. Activate the virtual environment:

    poetry shell
    
  2. Install the required packages from requirement.txt:

    poetry install
    
  3. Run the application:

    python3 app.py
    # The application will be available on 127.0.0.1:5000/home

About

Financial Tracking Web Application using Plaid API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published