/Bank-Management-System

The Bank Account Management System is an application for maintaining a person's account in a bank. In this project I tried to show the working of a banking account system and cover the basic functionality of a Bank Account Management System.

Primary LanguageJavaScript

Bank-Management-System

The Bank Account Management System is an application for maintaining a person's account in a bank. In this project I tried to show the working of a banking account system and cover the basic functionality of a Bank Account Management System.

Requirements

  • npm v6.14.12
  • node v14.16.1
  • React Js
  • PostgreSQL

Installing

git clone https://github.com/rakshith-crm/Bank-Management-System

Usage

  • Setup Postgre Database
    • Create Database 'BANK'
    • Create Tables (refer schema.sql)
    • Create procedures (refer plsql.sql)
    • Start PostgreSQL server at port 5432
  • Navigate to project folder
  • cd Company-Management-System
  • Open 2 Terminals
    • Terminal 1
      • cd server
      • node app.js (or) nodemon
    • Terminal 2
      • cd client
      • npm start
  • Navigate to http://localhost:3000 to view application