A repository for experimenting with Plaid using Django
This project is built with Python3.
- Start by installing the packages contained in requirements.txt with pip.
- Configure environment variables for PLAID_CLIENT_ID and PLAID_CLIENT_SECRET (these values can be obtained through the Plaid developer portal)
python manage.py migrate
python manage.py run server
- Navigate to http://localhost:8000 and create a user or log in.
This proof of concept application demonstrates linking Plaid accounts to users, displaying linked accounts by institution linked, fetching transactions over a date range, and performing basic balance calculations given a list of transactions.