A web application that provides insights into personal financial activities. Users can view account balances, recent transactions, and spending habits through interactive charts and graphs. The project uses React.js for the frontend, Express.js for the backend, and the Plaid API for example data.
-
Clone repo and install dependencies
git clone npm install
-
Create a Plaid account and generate a Plaid client_id and secret
-
Rename or copy the
.env.example
file to.env
cp .env.example .env
Fill out
.env
file with Plaid credentials -
Run project
npm start
-
Enter
user_good
as the username, andpass_good
as the password for Plaid Link authentication