Giter Site home page Giter Site logo

klaus139 / banking-web-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alpuga/banking-web-app

0.0 0.0 0.0 77 KB

MERN with Plaid's API for banking app - List of transactions from accounts in several institutions

JavaScript 94.34% CSS 1.50% HTML 4.17%

banking-web-app's Introduction

Banking Web App

alt text

Banking app links transactions from multiple institutions.

Installing

// Install dependencies for server & client
npm install && npm run client-install

// Run client & server with concurrently
npm run dev

// Server runs on http://localhost:5000 and client on http://localhost:3000

Built With

This project uses the following technologies:

Configuration

You will need to create a keys_dev.js in the server config folder with

module.exports = {
  mongoURI: 'YOUR_OWN_MONGO_URI',
  secretOrKey: 'YOUR_OWN_SECRET'
};

Additionally, you will need your own Plaid API keys (PLAID_CLIENT_ID, PLAID_SECRET, and PLAID_PUBLIC_KEY) and create a keys_plaid.js in server config folder & create a plaid-keys.js in a plaid-keys folder in client/src

  1. config/keys_plaid.js
module.exports = {
  plaidClientId: "YOUR_OWN_PLAID_CLIENT_ID",
  plaidSecret: "YOUR_OWN_PLAID_SECRET",
  plaidPublicKey: "YOUR_OWN_PLAID_PUBLIC_ID"
};

  1. client/src/plaid-keys/plaid-keys.js
export const plaidClientId = "YOUR_OWN_PLAID_CLIENT_ID";
export const plaidSecret = "YOUR_OWN_PLAID_SECRET";
export const plaidPublicKey = "YOUR_OWN_PLAID_PUBLIC_ID";

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License

banking-web-app's People

Contributors

alpuga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.