{"id":18595176,"url":"https://github.com/anjola-adeuyi/banking-microservices","last_synced_at":"2026-05-06T17:35:38.001Z","repository":{"id":108962040,"uuid":"538710017","full_name":"anjola-adeuyi/banking-microservices","owner":"anjola-adeuyi","description":"A modern banking management system built using microservices architecture, Spring Boot, and various other technologies.","archived":false,"fork":false,"pushed_at":"2024-04-10T03:55:54.000Z","size":5949,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T09:09:14.360Z","etag":null,"topics":["distributed-tracing","eureka","eureka-service-discovery","restful-api","spring","spring-boot","springcloud","springcloudgateway","zipkin","zuul-api-gateway"],"latest_commit_sha":null,"homepage":"https://banking-modern-app.vercel.app","language":"Java","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/anjola-adeuyi.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}},"created_at":"2022-09-19T21:52:33.000Z","updated_at":"2024-04-10T03:58:19.000Z","dependencies_parsed_at":"2024-04-10T05:48:49.082Z","dependency_job_id":"fae77f12-3db6-4476-970f-c2707794cca4","html_url":"https://github.com/anjola-adeuyi/banking-microservices","commit_stats":null,"previous_names":["anjola-adeuyi/banking-microservices"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anjola-adeuyi/banking-microservices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjola-adeuyi%2Fbanking-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjola-adeuyi%2Fbanking-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjola-adeuyi%2Fbanking-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjola-adeuyi%2Fbanking-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anjola-adeuyi","download_url":"https://codeload.github.com/anjola-adeuyi/banking-microservices/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anjola-adeuyi%2Fbanking-microservices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32704677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["distributed-tracing","eureka","eureka-service-discovery","restful-api","spring","spring-boot","springcloud","springcloudgateway","zipkin","zuul-api-gateway"],"created_at":"2024-11-07T01:18:36.681Z","updated_at":"2026-05-06T17:35:37.987Z","avatar_url":"https://github.com/anjola-adeuyi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banking-Microservices\n\nThe \"banking-microservices\" app is a modern banking application built using microservices architecture, Spring Boot, and various other technologies for a solution addressed in the banking domain.\n\nThis banking management system uses microservices architecture, allowing for scalability, maintainability, and flexibility. It consists of multiple microservices, each responsible for a specific aspect of banking functionality.\n\n## Spring Eureka Instances\n\nEureka facilitates service registration and discovery within the microservices architecture.\n\n\u003cdiv\u003e\n\u003cimg src=\"public/assets/eureka-1.png\" alt=\"Spring Eureka Instances\" width=\"85%\"\u003e\n\u003c/div\u003e\nThe image below shows the Spring Eureka dashboard with instances currently registered.\n\n\u003cdiv\u003e\n\u003cimg src=\"public/assets/eureka-2.png\" alt=\"Spring Eureka Instances\" width=\"85%\"\u003e\n\u003c/div\u003e\n\n## Features\n\n- **Microservice Architecture:** Utilizes a distributed architecture to enable independent deployment and scaling of different components.\n- **Spring Boot:** Built using Spring Boot framework for rapid development and ease of configuration.\n- **RESTful APIs:** Implements RESTful APIs for communication between microservices, enabling seamless integration and interoperability.\n- **Service Registry:** Utilizes a service registry for service discovery and registration, facilitating dynamic routing and load balancing.\n- **Config Server:** Implements a centralized configuration server to manage application properties across microservices.\n- **Distributed Tracing:** Incorporates distributed tracing for monitoring and debugging microservices interactions.\n- **API Gateway:** Implements an API gateway to handle routing, security, and cross-cutting concerns, providing a unified entry point for clients.\n\n### Docker Instance\n\nThe image above displays a Docker instance running the Zipkin container image in isolated environments. I started the Zipkin via docker command of,\n\n```\ndocker run -d -p 9411:9411 openzipkin/zipkin\n```\n\n\u003cimg src=\"public/assets/docker-1.png\" alt=\"Docker Instance\" width=\"50%\"\u003e\n\n### Zipkin Tracing\n\nThe screenshots depict Zipkin, a distributed tracing system, in two states: without the API gateway configured and with the API gateway configured. It helps monitor microservices interactions and trace requests across the system.\n\n#### Initial State:\n\n\u003cdiv style=\"display: flex; gap: 20px\"\u003e\n\u003cimg src=\"public/assets/zipkin_initial-1.png\" alt=\"Zipkin Initial State\" width=\"45%\"\u003e\n\u003cimg src=\"public/assets/zipkin_initial-2.png\" alt=\"Zipkin Initial State\" width=\"45%\"\u003e\n\u003c/div\u003e\n\n#### Without API Gateway:\n\n\u003cdiv style=\"display: flex; gap: 20px\"\u003e\n\u003cimg src=\"public/assets/zipkin_without_gateway-1.png\" alt=\"Zipkin Without API Gateway\" width=\"45%\"\u003e\n\u003cimg src=\"public/assets/zipkin_without_gateway-2.png\" alt=\"Zipkin Without API Gateway\" width=\"45%\"\u003e\n\u003c/div\u003e\n\n#### With API Gateway:\n\n\u003cdiv style=\"display: flex; gap: 20px\"\u003e\n\u003cimg src=\"public/assets/zipkin_with_gateway-1.png\" alt=\"Zipkin With API Gateway\" width=\"45%\"\u003e\n\u003cimg src=\"public/assets/zipkin_with_gateway-2.png\" alt=\"Zipkin With API Gateway\" width=\"45%\"\u003e\n\u003c/div\u003e\n\n### 3. Postman API Calls\n\nThe screenshots showcase Postman making API calls to individual services. Initially, services are accessed directly, but with the API gateway configured, requests are routed through it.\n\n#### Without API Gateway:\n\n\u003cimg src=\"public/assets/postman_without_gateway-1.png\" alt=\"Postman Without Gateway\" width=\"95%\"\u003e\n\n\u003cdiv style=\"display: flex; gap: 20px\"\u003e\n\u003cimg src=\"public/assets/postman_without_gateway-2.png\" alt=\"Postman Without Gateway\" width=\"45%\"\u003e\n\u003cimg src=\"public/assets/postman_without_gateway-3.png\" alt=\"Postman Without Gateway\" width=\"45%\"\u003e\n\u003c/div\n\n#### With API Gateway:\n\n\u003cdiv style=\"display: flex; gap: 20px\"\u003e\n\u003cimg src=\"public/assets/postman_with_gateway-1.png\" alt=\"Postman With Gateway\" width=\"45%\"\u003e\n\u003cimg src=\"public/assets/postman_with_gateway-2.png\" alt=\"Postman With Gateway\" width=\"45%\"\u003e\n\u003c/div\n\n## Technologies Used\n\n- Spring Boot\n- Spring Cloud\n- RESTful APIs\n- Docker\n- Kubernetes\n- Netflix Eureka (Service Registry)\n- Spring Cloud Config Server\n- Zipkin (Distributed Tracing)\n- Zuul API Gateway\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjola-adeuyi%2Fbanking-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanjola-adeuyi%2Fbanking-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjola-adeuyi%2Fbanking-microservices/lists"}