This Full stack Mern APP is a finance tracking application using Plaid api in order to combine all of your bank account in one spot. This app also has a expense tracking fueature, so the user will be able to budget their expenses. Passport user authentication that using Javascript Web Tokens has been include for user authentication
check out a demo of this app Here
| Mongo | Express | React | Node | Redux | passport |bcrypt | Json web token | materialize | mathjs | react-calendar
- Feel free to clone or fork this repo if you find it useful.
- To install dependencies make sure to run:
npm install && npm run client-install
- When running locally make sure your Mongo DB is connected
mongod
mongo
- In config/key.js add your db connection. Alternatively you can create an env file to hide your DB and secretOrkey
- To run full app:
npm run dev
- Since I am keeping the Plaid API in sandbox mode. Plaid presets the username and password to login to any account Username: user_good password: pass-good