Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 Account

The 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

}