{"id":20667443,"url":"https://github.com/essogbe/bank-management","last_synced_at":"2025-04-19T17:08:20.615Z","repository":{"id":212272576,"uuid":"730370977","full_name":"Essogbe/bank-management","owner":"Essogbe","description":"Bank Management System: A beginner-friendly C++ project for learning OOP basics. Manage accounts, conduct transactions, and view histories. Simple, interactive, and a great introduction to C++. Clone, compile, and run to explore the world of programming!","archived":false,"fork":false,"pushed_at":"2024-02-25T23:22:55.000Z","size":15,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T10:41:46.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Essogbe.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}},"created_at":"2023-12-11T19:24:12.000Z","updated_at":"2025-03-22T09:37:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"28f54ed5-e3b8-472c-b6cc-cbf29c15a1f8","html_url":"https://github.com/Essogbe/bank-management","commit_stats":null,"previous_names":["essogbe/bank-management"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Essogbe%2Fbank-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Essogbe%2Fbank-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Essogbe%2Fbank-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Essogbe%2Fbank-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Essogbe","download_url":"https://codeload.github.com/Essogbe/bank-management/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249745940,"owners_count":21319581,"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":[],"created_at":"2024-11-16T19:43:56.130Z","updated_at":"2025-04-19T17:08:20.580Z","avatar_url":"https://github.com/Essogbe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏦 Bank Management System\n\nWelcome to the Bank Management System, a beginner-friendly C++ project crafted to unravel the basics of object-oriented programming and console-based applications.\n\n\n\n## 🚀 Introduction\n\nThe Bank Management System, implemented in C++, offers an interactive platform to manage bank accounts, conduct transactions, and showcase transaction history. Ideal for beginners, this project introduces fundamental concepts such as classes, objects, and basic input/output operations in C++.\n\n## ✨ Features\n\n1. **Create New Account:** Register a new bank account with a name, account number, and initial balance.\n2. **Show All Accounts:** View a list of all registered bank accounts with basic information.\n3. **Search Account:** Locate specific accounts using the account number and display details.\n4. **Deposit Money:** Add funds to a bank account and record the transaction.\n5. **Withdraw Money:** Withdraw funds from a bank account, provided there are sufficient funds, and record the transaction.\n6. **Display Transactions:** View a detailed history of transactions associated with a specific account.\n7. **Exit:** Quit the Bank Management System.\n\n## 🚀 Getting Started\n\nTo run the Bank Management System, follow these steps:\n\n### Compilation (Windows)\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/Essogbe/bank-management.git\n   cd bank-management\n   ```\n\n2. **Compile (Windows):**\n   ```bash\n   g++ main.cpp -o bank_management.exe\n   ```\n\n3. **Run (Windows):**\n   ```bash\n   bank_management.exe\n   ```\n\n### Compilation (Linux/Mac)\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/Essogbe/bank-management.git\n   cd bank-management\n   ```\n\n2. **Compile (Linux/Mac):**\n   ```bash\n   g++ main.cpp -o bank_management\n   ```\n\n3. **Run (Linux/Mac):**\n   ```bash\n   ./bank_management\n   ```\n\n## 🚀 Usage\n\nFollow the on-screen menu to navigate through different options. Use numeric input to select your choice. The system allows you to create accounts, perform transactions, and view account details.\n\n## 🤝 Contributing\n\nContributions are welcome! If you have suggestions for improvements or new features, feel free to create an issue or submit a pull request.\n\n## 📄 License\n\nFeel free to use and modify the code for your educational and personal projects.\n\nHappy coding! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessogbe%2Fbank-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fessogbe%2Fbank-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessogbe%2Fbank-management/lists"}