Skip to content

Bank Management System is based on a concept of recording customer’s account details. Here the user can perform all the tasks like creating an account, deposit amount, withdraw amount, transfer amount, check balance, view all account holders detail, close an account and modify an account. There’s no login system for this project.

License

Notifications You must be signed in to change notification settings

Devansh-Seth-DEV/Bank-Management-System-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BANK_MANAGEMENT_SYSTEM

C++ Command Line Interface(CLI) Based Project

GitHub all releases    GitHub last commit     Platform     GitHub

Bank Management System is based on a concept of recording customer’s account details. Here the user can perform all the tasks like creating an account, deposit amount, withdraw amount, transfer amount, check balance, view all account holders detail, close an account and modify an account. There’s no login system for this project.

Features:

  • Create an account
  • Deposit amount
  • Withdraw amount
  • Transfer amount
  • Balance Enquiry
  • List account holder’s detail
  • Close an account
  • Modify an account

Designed for Linux. Not yet tested on Windows and macOS!

Installation

Clone this repository by

git clone https://github.com/Devansh-Seth-DEV/Bank-Management-System-CPP.git



Usage

How to compile

  1. Open Terminal

  2. Change directory to Project folder

NOTE:
            change the INSTALLATION-FOLDER with the folder name in which you cloned the project.

cd INSTALLATION-FOLDER/Bank-Management-System-CPP/
  1. To compile the program type in terminal
make all

How to run

Using make command
  1. Open Terminal
  2. Change directory to Project folder

NOTE:
            change the INSTALLATION-FOLDER with the folder name in which you cloned the project.

cd INSTALLATION-FOLDER/Bank-Management-System-CPP/

  1. To run the program type in terminal
make run



Without using make command
  1. Open Terminal
  2. Change directory to Project Executable folder

NOTE:
            change the INSTALLATION-FOLDER with the folder name in which you cloned the project.

cd INSTALLATION-FOLDER/Bank-Management-System-CPP/bin

  1. Give the program necessary permissions in order to execute properly
chmod u+x system.exe
  1. To run the program type in terminal
./system.exe

About

Bank Management System is based on a concept of recording customer’s account details. Here the user can perform all the tasks like creating an account, deposit amount, withdraw amount, transfer amount, check balance, view all account holders detail, close an account and modify an account. There’s no login system for this project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published