Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakesh9100/bank-management-system
This project is made under the Summer Training course Advanced Data structure and Algorithm by Extellon in the duration May-June 2022.
https://github.com/rakesh9100/bank-management-system
algorithms bank-management-system-project c data-structures extellon summer-project
Last synced: about 2 months ago
JSON representation
This project is made under the Summer Training course Advanced Data structure and Algorithm by Extellon in the duration May-June 2022.
- Host: GitHub
- URL: https://github.com/rakesh9100/bank-management-system
- Owner: Rakesh9100
- Created: 2022-09-06T18:56:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T10:15:25.000Z (11 months ago)
- Last Synced: 2024-02-24T11:26:02.723Z (11 months ago)
- Topics: algorithms, bank-management-system-project, c, data-structures, extellon, summer-project
- Language: C
- Homepage: https://github.com/Rakesh9100/Bank-Management-System
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
🏦Bank Management System🏦
Table of Contents🧾
- [Introduction📌](#introduction)
- [Technology Used🚀](#technology-used)
- [Getting Started💥](#getting-started)
- [Overview⭐](#overview)
- [Project Admin⚡](#project-admin)
- [Learning is fun🧡](#learning-is-fun)Introduction📌
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 :
1. Customers new accounts can be created.
2. Update the information of existing accounts.
3. Transactions like deposits and withdrawls can be done.
4. Check the details of existing accounts.
5. Delete the existing accounts.
6. View the customer's list.
7. Exit the screen.Technology Used🚀
Getting Started💥
- Fork this repository.
- Clone the forked repository in your local system.
```
git clone https://github.com//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.Overview⭐
- ## `Home`
![1](https://user-images.githubusercontent.com/73993775/189755969-66354353-b0ac-4d19-9542-1f2876c3dfea.png)
- ## `Main Menu`
![2](https://user-images.githubusercontent.com/73993775/189755979-91e51ecc-46e4-4044-8958-b89d28e6fdd6.png)Project Admin⚡
Learning is fun🧡
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
Give it a 🌟 if you ❤ this project. Happy Coding👨💻