Our platform is an expense and budget tracking application. Much of the functionality is based around custom database logic, as well as Plaid's API, which enables fetching of user bank information, transactions, authorization tools, among other uses. Below is a quick screenshot of one of the frontend pages. All relevant backend logic as well as frontend code can be accessed through this repository.
- NodeJS
- Plaid API
- NextJS
- Material UI
- OAuth
- Plaid Sandbox
All packages are managed by npm both frontend and backend. Once repository is cloned, just quick install with the following command:
npm install