This project was made under the Summer Training course Advanced Data structure and Algorithm
by Extellon in the duration May-June 2022.
This has many functionalities to provide the ease of work in the management of the banking system which includes :
- Customers new accounts can be created.
- Update the information of existing accounts.
- Transactions like deposits and withdrawls can be done.
- Check the details of existing accounts.
- Delete the existing accounts.
- View the customer's list.
- Exit the screen.
- Fork this repository.
- Clone the forked repository in your local system.
git clone https://github.com/<your-github-username>/Bank-Management-System.git
- Open and run
Bank_Management_System.c
in your code editor like Visual Studio Code. - Enter the password
codewithrakesh
to login to the main system. - And proceed to the application workflow.
- Workflow like creating an account will create a
record.dat
file in your local system that will work as a database and stores all the data of the accounts.
Rakesh Roshan |