{"id":15049051,"url":"https://github.com/berracode/simple-banking-system","last_synced_at":"2026-03-17T19:29:04.191Z","repository":{"id":232128481,"uuid":"783479500","full_name":"berracode/simple-banking-system","owner":"berracode","description":"Banking system written in C for fun","archived":false,"fork":false,"pushed_at":"2024-04-17T01:28:50.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T08:23:45.100Z","etag":null,"topics":["avl-tree","banking","c-programming-language","cli","filemanagement","filesystem","socket-programming"],"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/berracode.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-04-08T01:13:19.000Z","updated_at":"2024-09-20T13:36:32.000Z","dependencies_parsed_at":"2024-04-15T23:40:00.299Z","dependency_job_id":"82ebd7cf-dccb-4eab-ad62-2e9099e0455d","html_url":"https://github.com/berracode/simple-banking-system","commit_stats":{"total_commits":40,"total_committers":2,"mean_commits":20.0,"dds":0.125,"last_synced_commit":"2853be6363c039033220cd8885d5a752e5f0a41a"},"previous_names":["berracode/simple-banking-system"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/berracode/simple-banking-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berracode%2Fsimple-banking-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berracode%2Fsimple-banking-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berracode%2Fsimple-banking-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berracode%2Fsimple-banking-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berracode","download_url":"https://codeload.github.com/berracode/simple-banking-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berracode%2Fsimple-banking-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30629361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["avl-tree","banking","c-programming-language","cli","filemanagement","filesystem","socket-programming"],"created_at":"2024-09-24T21:17:47.938Z","updated_at":"2026-03-17T19:29:04.167Z","avatar_url":"https://github.com/berracode.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple banking system written in C\n## _for fun and learn about networks, unix, files and data structures_\n\n## Features\n\nNow I have got a good prototype, our SYSBANSI is able to:\n\n- Create accounts (including client creation)\n- Log in in the bank system using document and password\n- Transfer money between accounts\n- List transactions with some details\n\n### Main menu:\n\n![main_menu](./docs/img/main_menu.png)\n\n### Client menu:\n\n![menu_client](./docs/img/menu_client.png)\n\n\n## Future characteristics\n\nSimple banking system will be able to execute the following operations (all operations at the file level) through CLI:\n\n- [x] Create account (including clients creation if it does not exist)\n- [x] Log in in the bank system using document and password\n- [x] deposit money to an account\n- [x] withdraw the money from the accounts\n- [x] Transfer money to another account\n- [x] List transactions with some details\n- [x] keep login bucle\n- [ ] service or daemon to maintain an AVL tree in memory\n- [ ] AVL tree\n- [ ] communication between CLI and SERVER (service or daemon) through sockets (Like Redis o Docker)\n- [ ] config for the banking core like port\n- [ ] threads for multiuser\n- [ ] change file persistence to database persistence (postgreSQL or other)\n\nPrevious operations include the generation of the transaction record.\n\n## Hexagonal Architecture\n\nThis is the approximate architecture that I am using for the project. I wanted it to be a project with a couple of details.\n\n\n![hexagonal](./docs/img/hexagonal-architecture.jpg)\n\n## Entity relationship diagram\n\nThis the simple ERD that I have used.\n\n![hexagonal](./docs/img/banking%20system-MER.jpg)\n\n\n## Usage\n\n_Nota: The user document and password are the same. You can use the next users: 123, 234, 345_\n\nRight now the usage is simple, the code was developed on Linux and Mac Os, so I'm unsure if it will run on Windows. Feel free to give it a try.\n\nClone project\n\n```sh\ngit clone https://github.com/berracode/simple-banking-system.git\n```\n\nGo to source code's directory:\n\n\n```sh\ncd simple-banking-system\n```\n\nEnsure that you have  `gcc ` o  `g++ ` and  `make ` and then execute:\n\n```sh\nmake\n```\n\nand finally\n\n```sh\n./bin/sysbansi\n```\n\n\n## License\n\nMIT\n\n**Free Software, Hell Yeah!**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberracode%2Fsimple-banking-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberracode%2Fsimple-banking-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberracode%2Fsimple-banking-system/lists"}