{"id":16824428,"url":"https://github.com/sambhav/bms","last_synced_at":"2025-10-07T06:04:34.995Z","repository":{"id":117451416,"uuid":"84308399","full_name":"sambhav/BMS","owner":"sambhav","description":"A simple Bank Management System using unix sockets","archived":false,"fork":false,"pushed_at":"2017-03-31T10:17:11.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T23:38:33.511Z","etag":null,"topics":["assignement","bank","c","management","networks","sockets","system","unix-socket"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sambhav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-03-08T10:29:48.000Z","updated_at":"2021-10-23T09:28:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"edf75165-857f-4170-bd6a-25af86db6edc","html_url":"https://github.com/sambhav/BMS","commit_stats":null,"previous_names":["sambhav/bms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sambhav/BMS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2FBMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2FBMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2FBMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2FBMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sambhav","download_url":"https://codeload.github.com/sambhav/BMS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2FBMS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263140647,"owners_count":23419922,"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":["assignement","bank","c","management","networks","sockets","system","unix-socket"],"created_at":"2024-10-13T11:11:00.015Z","updated_at":"2025-10-07T06:04:29.928Z","avatar_url":"https://github.com/sambhav.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build Status](https://api.travis-ci.org/samj1912/BMS.svg?branch=master)\n\n# BMS\nA simple Banking Management System using unix sockets\n\n## How to Run\n* Compile the server and client\n```\ngcc myserver.c -o myserver\n\ngcc myclient.c -o myclient\n```\n* Run the server in one terminal instance with the port as the first argument\n```\n./myserver $PORT\n```\n* Run the client in a different terminal tab with the IP and port of the server instance as its arguments.\n```\n./myclient $IP $PORT\n```\nFor local debug environment IP = 127.0.0.1\n* Create a login credentials file named ***login_file***. The format of an example *login_file* is given below\n```\nCustomer1 Pass1 C\nCustomer2 Pass2 C\nAdmin Admin A\nPolice Police P\n```\nThe format is \n```\n$USERNAME $PASSWORD $AUTH_TYPE\n```\nwhere AUTH_TYPE can be **A** for admin, **P** for police and **C** for customers.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambhav%2Fbms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsambhav%2Fbms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambhav%2Fbms/lists"}