Coder Social home page Coder Social logo

edwardcdev / apollobank Goto Github PK

View Code? Open in Web Editor NEW
208.0 7.0 30.0 1.96 MB

A full stack GraphQL banking application using React, Node & TypeScript.

License: MIT License

HTML 2.14% JavaScript 1.12% TypeScript 96.56% CSS 0.16% Shell 0.02%
apollo-react-hooks material-ui recharts react formik nodejs yup apollo-server bcrypt cors

apollobank's Introduction

apollobank πŸš€

A fullstack GraphQL banking application built using React, Node & TypeScript.

πŸ”₯Any contribution activity including finding/report/fixing issues, and pull requests are Welcome!πŸ‘‹
Now it is fully open source. Check the contribution guide here.

Running

Prerequirement

  • Node.js
  • PostgreSQL 13
    • create database name "apollobank"
  • Git clone
git clone https://github.com/edwardcdev/apollobank.git
cd apollobank

Run backend

cd server
npm install
npm start
  • check ormconfig.json file to check or update database connection info.

Run frontend

cd client
npm install
npm start

Using

  • Register fist. dashboard
  • And then login. dashboard
  • Add account and transaction! Play it! dashboard

Functions

  • Login/register
  • Dashboard
  • Accounts
  • Transactions
  • Credit cards
  • Settings
  • Spending for this month chart
  • Dummy data generator using faker

Tech Stack

Server side

  • Apollo Server
  • bcryptjs
  • cors
  • Express
  • GraphQL
  • faker
  • jsonwebtoken
  • TypeGraphQL
  • TypeORM
  • TypeScript
  • PostgreSQL

Client side

  • Apollo React Hooks
  • FontAwesome Icons
  • Material UI
  • Recharts
  • Formik
  • Yup

Todo

  • Don't allow the user to destroy an account if they are in debt or their account balance > 0
  • When deleting and destroying an account, alert the user with another dialog to check if they would like to proceed with this action.
  • Update the chart on the dashboard to show spending such that the y axis is the users account balance.
  • Sort transactions by date & sort chart data by date.
  • Fetch exchange rates from an API.

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.