Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmednassar7/bank-management-system
This repository contains a bank management system project. C++ simple project.
https://github.com/ahmednassar7/bank-management-system
algorithms cpp data-structures database oop sql
Last synced: 1 day ago
JSON representation
This repository contains a bank management system project. C++ simple project.
- Host: GitHub
- URL: https://github.com/ahmednassar7/bank-management-system
- Owner: AhmedNassar7
- Created: 2024-01-23T16:43:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T12:03:21.000Z (6 months ago)
- Last Synced: 2024-05-06T14:01:49.603Z (6 months ago)
- Topics: algorithms, cpp, data-structures, database, oop, sql
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank Management System
This repository contains a bank management system project. C++ sample project.Login -> Admin OR User
Admin { User Name - Password - Name - Age - Phone Number
1 - Display His Data
2 - Craete Account For New User
3 - Delete User Account
4 - Search For User Account
5 - Update User AccountThe Main Admin { User Name: Admin - Password: Admin - Name - Age - Phone Number
1 - Craete Account For New Admin
2 - Delete Admin Account
3 - Update Admin Account
4 - Search For Admin Account
}}
User { User Name - Password - Name - Age - Phone Number - Amount Of Money
1 - Display His Account Data
2 - Withdraw Money
3 - Deposit Money}