Skip to content

diyarkudrat/personalFinanceWebApp

Repository files navigation

Personal Finance Banking Web Applciation

Deployed Site URL

`https://personal-finance-app-dk.herokuapp.com/`

Description

Banking application using the Plaid API to be able to link multiple bank accounts, view all the transactions made from those bank accounts, and search/filter through the transaction

Tech Stack

MERN (MongoDB, Express, React, Node)

Installation

If you would like to clone this repo:

  • Run following command in Terminal to clone repo and install npm dependencies:

    • git clone https://github.com/diyarkudrat/personalFinanceWebApp.git
    •   npm install
    •   cd client
    •   npm install
  • Edit keys.js file in config folder that's located in the root directory

    • Insert this code in the keys.js file
      •   module.exports = {
          mongoURI: "<INSERT URI HERE>",
          secretOrKey: "<INSERT SECRET OR KEY HERE>"
          };

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published