{"id":26406236,"url":"https://github.com/mehedi-86/atm-management-system","last_synced_at":"2025-09-10T22:32:34.723Z","repository":{"id":186965436,"uuid":"676071448","full_name":"Mehedi-86/ATM-management-system","owner":"Mehedi-86","description":"ATM Management System 🏧 A C++ console-based application for managing ATM transactions, including deposits, withdrawals, balance inquiries, and fund transfers. 🚀","archived":false,"fork":false,"pushed_at":"2025-03-06T00:34:37.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T01:29:11.263Z","etag":null,"topics":["atm-management-system","banking-application","banking-applications"],"latest_commit_sha":null,"homepage":"https://www.geeksforgeeks.org/atm-management-system-using-cpp/","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/Mehedi-86.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":"2023-08-08T11:18:44.000Z","updated_at":"2025-03-06T00:34:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"3659da4e-b4ab-446b-8ad3-c814a78f7aa2","html_url":"https://github.com/Mehedi-86/ATM-management-system","commit_stats":null,"previous_names":["mehedi-86/atm-management-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi-86%2FATM-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi-86%2FATM-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi-86%2FATM-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi-86%2FATM-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mehedi-86","download_url":"https://codeload.github.com/Mehedi-86/ATM-management-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075643,"owners_count":20393980,"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":["atm-management-system","banking-application","banking-applications"],"created_at":"2025-03-17T17:18:52.880Z","updated_at":"2025-03-17T17:18:53.431Z","avatar_url":"https://github.com/Mehedi-86.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e🏦 Banking System - C++ Project\u003c/h1\u003e\n\n\u003ch2\u003e📖 Introduction\u003c/h2\u003e\n\u003cp\u003eThis is a \u003cstrong\u003eC++ banking system\u003c/strong\u003e that allows customers to create bank accounts, perform deposits, withdrawals, and transfers between accounts. The system also integrates ATM functionalities and maintains customer account records.\u003c/p\u003e\n\n\u003ch2\u003e✨ Features\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e✅ \u003cstrong\u003eCustomer Account Management\u003c/strong\u003e → Create and manage bank accounts with customer details.\u003c/li\u003e\n  \u003cli\u003e✅ \u003cstrong\u003eDeposit Money\u003c/strong\u003e → Add money to a specific bank account by specifying the amount.\u003c/li\u003e\n  \u003cli\u003e✅ \u003cstrong\u003eWithdraw Money\u003c/strong\u003e → Deduct money from a bank account while ensuring sufficient balance is available.\u003c/li\u003e\n  \u003cli\u003e✅ \u003cstrong\u003eMoney Transfer\u003c/strong\u003e → Transfer money between two different accounts after validating the balance.\u003c/li\u003e\n  \u003cli\u003e✅ \u003cstrong\u003eATM Functionality\u003c/strong\u003e → Customers can check their account balance using ATM system functionality.\u003c/li\u003e\n  \u003cli\u003e✅ \u003cstrong\u003eFriend Functions \u0026 Classes\u003c/strong\u003e → Implements friend functions and class relationships for controlled access to private members of classes.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003e🛠 Technologies Used\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eC++ (Object-Oriented Programming concepts)\u003c/li\u003e\n  \u003cli\u003eFriend Functions \u0026 Classes\u003c/li\u003e\n  \u003cli\u003eStatic Methods\u003c/li\u003e\n  \u003cli\u003eUser Input Handling\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003e🚀 How to Compile and Run\u003c/h2\u003e\n\n\u003ch3\u003e🔹 Steps (Using g++)\u003c/h3\u003e\n\u003col\u003e\n  \u003cli\u003eOpen \u003cstrong\u003eTerminal / Command Prompt\u003c/strong\u003e.\u003c/li\u003e\n  \u003cli\u003eNavigate to the folder containing the file using the \u003ccode\u003ecd path/to/your-project\u003c/code\u003e command.\u003c/li\u003e\n  \u003cli\u003eCompile the program using the following command:\n    \u003cpre\u003eg++ -o banking_system banking_system.cpp\u003c/pre\u003e\n  \u003c/li\u003e\n  \u003cli\u003eRun the program using:\n    \u003cpre\u003e./banking_system\u003c/pre\u003e\n  \u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch2\u003e📌 Usage Example\u003c/h2\u003e\n\n\u003ch3\u003e🔹 Sample User Interaction\u003c/h3\u003e\n\u003cpre\u003e\nEnter customer name: John Doe\nEnter customer address: 123 Main St\n\nEnter account number for account 1: 1001\nEnter initial balance for account 1: 5000\n\nEnter account number for account 2: 2002\nEnter initial balance for account 2: 3000\n\nAccounts for Customer John Doe:\nAccount Number: 1001, Balance: $5000\nAccount Number: 2002, Balance: $3000\n\nEnter transaction type (deposit, withdraw, transfer): transfer\nEnter transaction amount: 1000\nEnter 1 for account no. 1 to 2 for account no. 2\nEnter 2 for account no. 2 and 1 for account no. 1\n1\n\nTransfer of $1000 from account number 1001 to account number 2002\n\nUpdated Account Information:\nAccount Number: 1001, Balance: $4000\nAccount Number: 2002, Balance: $4000\n\u003c/pre\u003e\n\n\u003ch2\u003e📂 File Structure\u003c/h2\u003e\n\n\u003cpre\u003e\n/BankingSystem\n│── banking_system.cpp   # Main source code\n│── README.md            # Documentation file\n\u003c/pre\u003e\n\n\u003ch2\u003e🔧 Future Enhancements\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e🚀 Add file handling to store transaction history for better tracking.\u003c/li\u003e\n  \u003cli\u003e🚀 Implement interest calculation based on account type (savings, checking, etc.).\u003c/li\u003e\n  \u003cli\u003e🚀 Add an authentication system for customer logins to enhance security.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003e📜 License\u003c/h2\u003e\n\u003cp\u003eThis project is open-source. Feel free to use, modify, and contribute!\u003c/p\u003e\n\n\u003ch2\u003e💡 Conclusion\u003c/h2\u003e\n\u003cp\u003eThis banking system demonstrates Object-Oriented Programming (OOP) principles, \u003cstrong\u003efriend functions\u003c/strong\u003e, and user-friendly transactions. It serves as a simple yet effective banking simulation for learning and practicing \u003cstrong\u003eC++ programming\u003c/strong\u003e.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedi-86%2Fatm-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehedi-86%2Fatm-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedi-86%2Fatm-management-system/lists"}