{"id":31286945,"url":"https://github.com/galadeat/bank-sim","last_synced_at":"2026-05-15T21:02:49.405Z","repository":{"id":315413383,"uuid":"1059392954","full_name":"galadeat/bank-sim","owner":"galadeat","description":"Scalable banking backend built with Go and gRPC. Starts with account services, designed to evolve into a full financial simulation.","archived":false,"fork":false,"pushed_at":"2025-09-18T11:52:22.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-18T13:43:38.727Z","etag":null,"topics":["account-management","backend","banking","fintech","go","golang","grpc","simulation"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/galadeat.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T11:39:36.000Z","updated_at":"2025-09-18T12:02:16.000Z","dependencies_parsed_at":"2025-09-18T13:43:41.575Z","dependency_job_id":"c21b7e5e-9460-430c-8234-cc098007f6ec","html_url":"https://github.com/galadeat/bank-sim","commit_stats":null,"previous_names":["galadeat/bank-sim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/galadeat/bank-sim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galadeat%2Fbank-sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galadeat%2Fbank-sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galadeat%2Fbank-sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galadeat%2Fbank-sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/galadeat","download_url":"https://codeload.github.com/galadeat/bank-sim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galadeat%2Fbank-sim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276737509,"owners_count":25695700,"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","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["account-management","backend","banking","fintech","go","golang","grpc","simulation"],"created_at":"2025-09-24T10:58:35.508Z","updated_at":"2026-05-15T21:02:49.395Z","avatar_url":"https://github.com/galadeat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏦 bank-sim \n\nA simulation project demonstrating interaction between two microservices (user and account). It highlights clean architecture, gRPC integration, and a modern client–server setup.\n\n---\n## 🚀 Quickstart\n\nQuickly launch both server and client with:\n```\nmake quickstart\n```\n---\n## 📌 REPL UI\nThe client includes an interactive REPL that simulates account management.  \nThrough simple menus you can:\n- Create and manage users\n- Open and manage accounts\n- Perform deposits and withdrawals\n- Query balances in real time\n\n---\n## 🛠 Tech Stack\n\n- **Go 1.24+**\n- **gRPC**\n\n\n---\n\n## 📁 Project Structure\n```\n.\n└── bankAccount/\n    ├── api/\n    │   └── proto/               # gRPC contracts\n    │       ├── account/         # account service (v1, v2)\n    │       ├── common/          # common types (Money, etc)\n    │       ├── reporting/       # reporting service\n    │       ├── transaction/     # transaction service\n    │       └── user/            # user service\n    ├── cmd/\n    │   ├── client\n    │   └── server\n    ├── internal/\n    │   ├── account\n    │   ├── repl\n    │   └── user\n    ├── mocks/\n    ├── pkg/\n    │   ├── clients\n    │   └── logger\n    ├── tests/\n    │   └── integration\n    ├── README.md\n    ├── go.mod\n    ├── go.sum\n    ├── .env.example\n    └── .gitignore\n```\n---\n\n## 🖥️ Server\n```\nmake run-server\n```\n\n## 📬 Client\n```\nmake run-client\n```\n\n\n---\n## ✅ Tests\n```\nmake tests\n```\n---\n## 🧠 Features\n\n\n- **Create** accounts with unique UUIDs  \n- **Retrieve** accounts by ID  \n- **Store** data in memory using Go maps  \n- **Interact** through an intuitive REPL for better UX  \n- **Deposit** and **Withdraw** money from accounts  \n- **Communicate** via the modern gRPC client API  \n\n## 🔮 Future Plans\n\nThis project will evolve into a more realistic banking simulation. Planned features include:\n\n- Persistent storage (e.g., PostgreSQL or MongoDB)\n\n- REST gateway via grpc-gateway\n\n- Authentication and TLS encryption\n\n- Transaction support (deposits, withdrawals, transfers)\n\n- Dockerization and CI/CD pipelines\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaladeat%2Fbank-sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaladeat%2Fbank-sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaladeat%2Fbank-sim/lists"}