Giter VIP home page Giter VIP logo

bank-dashboard's Introduction

Bank-Dashboard-App

Inspiration

screen shot 2019-05-02 at 2 53 48 pm

Development

screen shot 2018-01-29 at 3 11 28 pm

Prerequisites

Install NPM (https://www.npmjs.com/) Install Node.js (https://nodejs.org/en/download/current/)

Configuration

MongoDB

Add your own MONGOURI from mLAB database in config/keys.js

module.exports = {
  mongoURI: "YOUR_MONGO_URI_HERE",
  secretOrKey: "secret"
};

Plaid

Add add your own PLAID Creds to these files

  1. routes/api/plaid.js
const PLAID_CLIENT_ID = "YOUR_CLIENT_ID";
const PLAID_SECRET = "YOUR_SECRET";
const PLAID_PUBLIC_KEY = "YOUR_PUBLIC_KEY";
  1. client/src/components/dashboard/Accounts.js
    <PlaidLink
              className="plaid"
              clientName="UNIBANK"
              env="sandbox"
              product={["transactions"]}
              publicKey={"PLAID_PUBLIC_KEY"}
              onExit={this.handleLogoutClick}
              onSuccess={this.handleOnSuccess}
              onScriptLoad={() => this.setState({ loaded: true })}
            >

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Clone or download the project files from my repository

git clone https://github.com/BrianQMclaren/Bank-Dashboard-App

Run this cmd your terminal to get all of the packages for client and server

npm install && npm run client-install

Run client & server concurrently

npm run dev

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

Built With

  • React - The javascript library for building user interfaces
  • Express Backend JS Framework
  • Node - Asynchronous event driven JavaScript runtime
  • Redux Global state management
  • MongoDB NoSQL Database
  • d3 - Data driven documents
  • Plaid for bank transaction data
  • Jest - Test javascript code including react apps
  • Babel - Javascript complier

Authors

  • Brian McLaren

License

This project is licensed under the MIT License - see the LICENSE.md file for details

bank-dashboard's People

Contributors

brianqmclaren avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.