The purpose of this application is to better someones finances. Using the Plaid API the app can retrieve a users personal finance records with their bank institution(s). The dashboard shows all of the transactions this person has made in the pass 30 days. The spending page shows the type of categories this person has made purchases towards and can place a budget for all of the categories. The debt page shows the users debt and can calculate how long it is going to take the user to become debt free.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone this project to your local machine
- On the terminal travel to your folder where this project resides and type in the command "npm install"
- On the terminal travel to the client folder and type in the command "npm install" one more time
- On the terminal type in the command "npm run dev" - where it starts up the react script and the node script concurrently
- On your browser go type in "localhost:300" and Wallah welcome to Better Finance.
Here's a walkthrough
GIF created with LiceCap.
What things you need to install the software and how to install them
- Make sure you have node installed globally in your local machine - https://www.taniarascia.com/how-to-install-and-use-node-js-and-npm-mac-and-windows/
- React.js - The web framework used
- Node.js / Express.js - Server framework used
- Mongodb / mLab - Database management used
- Sparky Evangelista - Initial work - (https://github.com/Sparkadelic177)
