{"id":21670264,"url":"https://github.com/rakesh9100/bank-management-system","last_synced_at":"2025-05-08T20:28:56.962Z","repository":{"id":58734545,"uuid":"533463252","full_name":"Rakesh9100/Bank-Management-System","owner":"Rakesh9100","description":"This project is made under the Summer Training course Advanced Data structure and Algorithm by Extellon in the duration May-June 2022.","archived":false,"fork":false,"pushed_at":"2024-02-24T10:15:25.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T17:58:55.010Z","etag":null,"topics":["algorithms","bank-management-system-project","c","data-structures","extellon","summer-project"],"latest_commit_sha":null,"homepage":"https://github.com/Rakesh9100/Bank-Management-System","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/Rakesh9100.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":"2022-09-06T18:56:18.000Z","updated_at":"2024-11-29T16:13:23.000Z","dependencies_parsed_at":"2024-02-24T11:36:27.775Z","dependency_job_id":null,"html_url":"https://github.com/Rakesh9100/Bank-Management-System","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rakesh9100%2FBank-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rakesh9100%2FBank-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rakesh9100%2FBank-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rakesh9100%2FBank-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rakesh9100","download_url":"https://codeload.github.com/Rakesh9100/Bank-Management-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253143971,"owners_count":21860977,"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":["algorithms","bank-management-system-project","c","data-structures","extellon","summer-project"],"created_at":"2024-11-25T12:30:22.812Z","updated_at":"2025-05-08T20:28:56.940Z","avatar_url":"https://github.com/Rakesh9100.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003e🏦Bank Management System🏦\u003c/p\u003e\n\n\u003c!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- --\u003e\n\n\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003ch2\u003eTable of Contents🧾\u003c/h2\u003e\n\n- [Introduction📌](#introduction)\n- [Technology Used🚀](#technology-used)\n- [Getting Started💥](#getting-started)\n- [Overview⭐](#overview)\n- [Project Admin⚡](#project-admin)\n- [Learning is fun🧡](#learning-is-fun)\n\u003cbr\u003e\n\n\u003c!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- --\u003e\n\n\u003ch2\u003eIntroduction📌\u003c/h2\u003e\n\nThis project was made under the Summer Training course `Advanced Data structure and Algorithm` by Extellon in the duration May-June 2022.\nThis has many functionalities to provide the ease of work in the management of the banking system which includes :\n1. Customers new accounts can be created.\n2. Update the information of existing accounts.\n3. Transactions like deposits and withdrawls can be done.\n4. Check the details of existing accounts.\n5. Delete the existing accounts.\n6. View the customer's list.\n7. Exit the screen.\n\n\u003c!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- --\u003e\n\n\u003ch2\u003eTechnology Used🚀\u003c/h2\u003e\n\n\u003cp\u003e\n  \u003ca href=\"https://www.cprogramming.com/\"\u003e \u003cimg src=\"https://img.icons8.com/color/70/000000/c-programming.png\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- --\u003e\n\n\u003ch2\u003eGetting Started💥\u003c/h2\u003e\n\n- Fork this repository.\n- Clone the forked repository in your local system.\n```\ngit clone https://github.com/\u003cyour-github-username\u003e/Bank-Management-System.git\n```\n- Open and run `Bank_Management_System.c` in your code editor like Visual Studio Code.\n- Enter the password `codewithrakesh` to login to the main system.\n- And proceed to the application workflow.\n- Workflow like creating an account will create a `record.dat` file in your local system that will work as a database and stores all the data of the accounts.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- --\u003e\n\n\u003ch2\u003eOverview⭐\u003c/h2\u003e\n\n- ## `Home`\n![1](https://user-images.githubusercontent.com/73993775/189755969-66354353-b0ac-4d19-9542-1f2876c3dfea.png)\n- ## `Main Menu`\n![2](https://user-images.githubusercontent.com/73993775/189755979-91e51ecc-46e4-4044-8958-b89d28e6fdd6.png)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- --\u003e\n\n\u003ch2\u003eProject Admin⚡\u003c/h2\u003e\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n\u003ca href=\"https://github.com/Rakesh9100/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/73993775?v=4\" height=\"140px\" width=\"140px\" alt=\"Rakesh Roshan\"\u003e\u003c/a\u003e\u003cbr\u003e\u003csub\u003e\u003cb\u003eRakesh Roshan\u003c/b\u003e\u003cbr\u003e\u003ca href=\"https://www.linkedin.com/in/rakesh-roshan-9100/\"\u003e\u003cimg src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/73993775/278833250-adb040ea-e3ef-446e-bcd4-3e8d7d4c0176.png\" width=\"45px\" height=\"45px\"\u003e\u003c/a\u003e\u003c/sub\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- --------------------------------------------------------------------------------------------------------------------------------------------------------- --\u003e\n\n\u003ch2\u003eLearning is fun🧡\u003c/h2\u003e\n\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n\u003ch3\u003eGive it a 🌟 if you ❤ this project. Happy Coding👨‍💻\u003c/h3\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakesh9100%2Fbank-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakesh9100%2Fbank-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakesh9100%2Fbank-management-system/lists"}