{"id":21440520,"url":"https://github.com/pavlevujicic/bank-management-system-project","last_synced_at":"2025-03-17T00:30:36.037Z","repository":{"id":261998378,"uuid":"856619787","full_name":"PavleVujicic/Bank-Management-System-Project","owner":"PavleVujicic","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-09T19:35:36.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T10:23:04.714Z","etag":null,"topics":["cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PavleVujicic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T22:33:11.000Z","updated_at":"2024-11-09T19:35:39.000Z","dependencies_parsed_at":"2024-11-09T20:39:23.123Z","dependency_job_id":null,"html_url":"https://github.com/PavleVujicic/Bank-Management-System-Project","commit_stats":null,"previous_names":["pavlevujicic/bank-management-system-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PavleVujicic%2FBank-Management-System-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PavleVujicic%2FBank-Management-System-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PavleVujicic%2FBank-Management-System-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PavleVujicic%2FBank-Management-System-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PavleVujicic","download_url":"https://codeload.github.com/PavleVujicic/Bank-Management-System-Project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243954866,"owners_count":20374365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp"],"created_at":"2024-11-23T01:15:05.201Z","updated_at":"2025-03-17T00:30:35.998Z","avatar_url":"https://github.com/PavleVujicic.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bank Management System\n\n## Creator\n\n**Name**: Pavle Vujicic\n\n## Overview\nThe **Bank Management System** is a hybrid solution that provides separate \nportals for **customers** and **employees**, ensuring efficient and secure \nhandling of banking operations. This system is designed with a focus on simplicity, \nrole-based access, and transaction integrity.\n\n---\n\n## Features\n\n### **Customer Portal**\n- **Create New Account**: Customers can create accounts by providing:\n  - **Account Number**\n  - **Holder Name**\n  - **Initial Balance**\n  - **4-Digit PIN** for future authentication\n  - **Account Type**: Savings or Checking\n- **Login to Account**: Customers must log in using their **Account Number** and **PIN**.\n- **Account Management**:\n  - View account balance\n  - Deposit money\n  - Withdraw money\n\n### **Employee Portal**\n- **Secured Access**: Employees must enter the **access code (1234)** to access the portal.\n- **View All Accounts**: Displays all customer accounts with detailed information.\n- **Close Accounts**: Allows employees to close a customer’s account.\n- **Generate Reports**: Summarizes all accounts in the system.\n\n---\n\n## Program Flow\n\n### **Main Menu**:\n- Choose either **Customer Portal** or **Employee Portal**.\n\n### **Customer Portal**:\n1. **Create a New Account**:\n   - Enter the required account details.\n   - Set a **4-digit PIN** for future logins.\n2. **Log In Using Account Number and PIN**:\n   - If the login is successful, access the account.\n3. **Perform Transactions**:\n   - **Deposit** money into the account.\n   - **Withdraw** money from the account.\n\n### **Employee Portal**:\n1. **Enter the Access Code**:\n   - Input the **access code (1234)** to enter the portal.\n2. **Manage Customer Accounts**:\n   - View all customer accounts.\n   - **Close accounts** if needed.\n3. **Generate Reports**:\n   - Get a detailed report of all accounts.\n\n---\n\n## Code Structure\n\n### **Account Class**\nThe `Account` class manages individual customer accounts. It provides methods for:\n- **Deposits, Withdrawals, and Transfers**\n- **PIN validation** during login\n- **Displaying account information**\n\n### **CustomerManager Class**\nThe `CustomerManager` class acts as a bridge between the portals and the customer accounts. It manages:\n- **Adding new accounts**\n- **Retrieving and closing accounts**\n- **Displaying all accounts**\n\n### **Customer Portal**\n- Customers can **create accounts**, **log in**, and **perform transactions**.\n- The **4-digit PIN** is mandatory for authentication during login.\n\n### **Employee Portal**\n- The **access code (1234)** is required to access the Employee Portal.\n- Employees can **view all accounts, close accounts, and generate reports**.\n\n---\n\n## How to Use\n\n### **Compilation And Execution Instructions**\n\n1. Make sure you in the project directory inside the terminal\n2. Write in the command line to clean any object files just in case: make clean\n3. Write in the command line to compile: make all\n4. Write in the command line to execute program: ./BankSystem\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavlevujicic%2Fbank-management-system-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavlevujicic%2Fbank-management-system-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavlevujicic%2Fbank-management-system-project/lists"}