{"id":28718622,"url":"https://github.com/xssxx/simple-bank","last_synced_at":"2026-04-11T00:02:42.737Z","repository":{"id":299046360,"uuid":"961620011","full_name":"xssxx/simple-bank","owner":"xssxx","description":"implemented of go backend from techschool course","archived":false,"fork":false,"pushed_at":"2025-04-06T22:00:13.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T10:40:20.682Z","etag":null,"topics":["docker","gin","grpc","postgresql","redis","sqlc"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/xssxx.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,"zenodo":null}},"created_at":"2025-04-06T21:59:54.000Z","updated_at":"2025-04-07T09:00:54.000Z","dependencies_parsed_at":"2025-06-14T10:40:22.778Z","dependency_job_id":"35e0a308-2e70-4c95-9fb3-e2b2d42d3371","html_url":"https://github.com/xssxx/simple-bank","commit_stats":null,"previous_names":["xssxx/simple-bank"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xssxx/simple-bank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xssxx%2Fsimple-bank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xssxx%2Fsimple-bank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xssxx%2Fsimple-bank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xssxx%2Fsimple-bank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xssxx","download_url":"https://codeload.github.com/xssxx/simple-bank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xssxx%2Fsimple-bank/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259924666,"owners_count":22932780,"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":["docker","gin","grpc","postgresql","redis","sqlc"],"created_at":"2025-06-15T05:01:46.432Z","updated_at":"2025-12-30T22:33:15.383Z","avatar_url":"https://github.com/xssxx.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💰 Simple Bank\n\nA modern backend system for a simple banking application, built with Go and a solid microservice architecture.\n\n## 🚀 Tech Stack\n\n- 🌐 [Gin](https://github.com/gin-gonic/gin) – HTTP Web Framework\n- 🛢️ [PostgreSQL](https://www.postgresql.org/) – Relational Database\n- 🛰️ [gRPC](https://grpc.io/) – High-performance RPC framework\n- 🐳 [Docker](https://www.docker.com/) – Containerization\n- ☸️ [Kubernetes](https://kubernetes.io/) – Container Orchestration\n- ⚡ [Redis](https://redis.io/) – In-memory Data Store (Caching \u0026 Session)\n\n---\n\n## 📦 Features\n\n- 🏦 Account creation \u0026 management\n- 💸 Secure money transfers between accounts\n- 🔐 User authentication with token-based auth\n- 📈 Database migrations with version control\n- 📡 gRPC service for high-performance APIs\n- 🧪 Unit \u0026 integration tests for reliability\n\n---\n\n## 🛠️ Getting Started\n\n1.  **Clone the project**\n\n    ```bash\n    git clone https://github.com/your-username/simple-bank.git\n    cd simple-bank\n    ```\n\n2.  **Set up environment variables**\n\n    Create a .env file:\n\n    ```env\n    POSTGRES_USER=root\n    POSTGRES_PASSWORD=root\n    POSTGRES_DB=simple_bank\n    POSTGRES_PORT=5432\n    POSTGRES_HOST=localhost\n    ```\n\n3.  **Start PostgreSQL with Docker**\n\n    ```bash\n    make postgres\n    ```\n\n4.  **Create and migrate the database**\n\n    ```bash\n    make createdb\n    make migrateup\n    ```\n\n5.  **Run the server**\n\n    ```bash\n    go run main.go\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxssxx%2Fsimple-bank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxssxx%2Fsimple-bank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxssxx%2Fsimple-bank/lists"}