{"id":25150104,"url":"https://github.com/drissiomar98/e-commerce-microservices-app","last_synced_at":"2025-07-24T00:37:51.838Z","repository":{"id":245943370,"uuid":"818461647","full_name":"drissiOmar98/E-Commerce-Microservices-App","owner":"drissiOmar98","description":"a microservice-based e-commerce application built using Spring Boot, integrating various microservices to handle specific functionalities of an e-commerce platform. ","archived":false,"fork":false,"pushed_at":"2025-01-30T13:44:18.000Z","size":4982,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T17:56:39.379Z","etag":null,"topics":["angular","kafka","keycloak","microservices","oauth2","openid-connect","postgresql","spring-boot","springcloud"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/drissiOmar98.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":"2024-06-21T23:11:13.000Z","updated_at":"2025-04-21T04:34:16.000Z","dependencies_parsed_at":"2024-06-24T23:53:21.683Z","dependency_job_id":"f709fc33-06b7-4931-ae37-f0965935178b","html_url":"https://github.com/drissiOmar98/E-Commerce-Microservices-App","commit_stats":null,"previous_names":["drissiomar98/e-commerce-microservices-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drissiOmar98/E-Commerce-Microservices-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drissiOmar98%2FE-Commerce-Microservices-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drissiOmar98%2FE-Commerce-Microservices-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drissiOmar98%2FE-Commerce-Microservices-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drissiOmar98%2FE-Commerce-Microservices-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drissiOmar98","download_url":"https://codeload.github.com/drissiOmar98/E-Commerce-Microservices-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drissiOmar98%2FE-Commerce-Microservices-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266774799,"owners_count":23982247,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["angular","kafka","keycloak","microservices","oauth2","openid-connect","postgresql","spring-boot","springcloud"],"created_at":"2025-02-08T22:16:47.634Z","updated_at":"2025-07-24T00:37:51.812Z","avatar_url":"https://github.com/drissiOmar98.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛒 E-Commerce Microservice Application\nThis project demonstrates a microservice-based e-commerce application built using **Spring Boot**, integrating various microservices to handle specific functionalities of an e-commerce platform. It features a scalable and resilient architecture with tools for service discovery, API gateway, distributed tracing, message-driven communication, and security.\n\n## 📑 Table of Contents\n- [🛠 Project Overview](#-project-overview)\n- [🏗️ Microservices Architecture](#-microservices-architecture)\n- [✨ Features](#-features)\n- [🛠 Technologies](#-technologies)\n\n## 🛠 Project Overview\nThe project consists of multiple microservices, each handling a distinct part of the e-commerce platform. The architecture is designed to be flexible and easily scalable using **Docker** and **Docker Compose**. The application is secured with **Keycloak**, and **Kafka** is used for asynchronous communication. The setup includes service discovery with **Eureka**, API gateway for routing, and distributed tracing with **Zipkin**.\n\n## 🏗️ Microservices Architecture\nHere is an overview of the main microservices in this project:\n\n- **🔧 Config Server**: Centralized external configuration for other microservices.\n- **🔍 Discovery Server (Eureka)**: Service registry for discovering services at runtime.\n- **🚪 API Gateway**: A single entry point into the system, routing requests to the appropriate services.\n- **👤 Customer Server**: Manages customer-related operations.\n- **📩 Notification Server**: Sends notifications (e.g., email, SMS) to users based on actions like order creation.\n- **📦 Order Server**: Handles order creation, management, and tracking.\n- **💳 Payment Server**: Manages payment transactions for orders.\n- **🛍️ Product Server**: Handles product catalog, search, and inventory management.\n- **🛒 Cart Service**: Manages shopping cart operations, such as adding, updating, and removing items.\n- **💬 Feedback Service**: Allows users to post reviews and ratings for purchased products.\n- **❤️ Favorite Service**:  Enables users to mark products as favorites for future reference.\n\n\n\n\n## ✨ Features\n- **🧭 Service Discovery**: Using Eureka to register and discover microservices dynamically.\n- **🚪 API Gateway**: Central routing of requests through Spring Cloud Gateway.\n- **📡 Asynchronous Communication**: Implemented with Kafka for event-driven messaging between services.\n- **🔗 Synchronous Communication**: Using OpenFeign and RestTemplate for inter-service communication.\n- **🔍 Distributed Tracing**: Zipkin integration for monitoring and tracing requests across services.\n- **🔐 Security**: Keycloak integration for authentication and authorization of microservices.\n- **⚙️ Infrastructure Setup**: Using Docker and Docker Compose for easy setup and running of the application.\n\n\n\n\n## 🛠 Technologies\nThis project uses the following technologies:\n\n- **Spring Boot**\n  - Spring Cloud Config\n  - Spring Cloud Netflix Eureka\n  - Spring Cloud Gateway\n  - Spring Cloud OpenFeign\n  - Spring Actuator\n  - Spring Data JPA\n  - Spring Kafka\n- **Kafka**: For asynchronous communication between microservices.\n- **Docker \u0026 Docker Compose**: For containerization and infrastructure setup.\n- **Keycloak**: For securing the microservices with OAuth2 and OpenID Connect.\n- **Zipkin**: For distributed tracing of requests across microservices.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrissiomar98%2Fe-commerce-microservices-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrissiomar98%2Fe-commerce-microservices-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrissiomar98%2Fe-commerce-microservices-app/lists"}