{"id":24308878,"url":"https://github.com/nemisolv/spring-ecommerce-microservices","last_synced_at":"2026-02-28T02:43:36.465Z","repository":{"id":268955295,"uuid":"902430597","full_name":"nemisolv/spring-ecommerce-microservices","owner":"nemisolv","description":"This repository showcases Spring Boot microservices for eCommerce, each handling tasks like user authentication/authorization, product management, and order processing within a cohesive distributed architecture, ensuring scalability and efficiency.","archived":false,"fork":false,"pushed_at":"2025-01-23T21:55:11.000Z","size":852,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T03:29:28.751Z","etag":null,"topics":["distributed-system-architecture","ecommerce","java","load-balancing","microservices","scalability","security","spring-cloud-gateway","springboot","springboot-microservices"],"latest_commit_sha":null,"homepage":"","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/nemisolv.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-12-12T14:53:09.000Z","updated_at":"2025-08-01T01:22:02.000Z","dependencies_parsed_at":"2025-06-08T00:08:48.109Z","dependency_job_id":"e923ff05-f217-4a99-ab72-9552cf69ccfd","html_url":"https://github.com/nemisolv/spring-ecommerce-microservices","commit_stats":null,"previous_names":["nemisolv/spring-ecommerce-microservices"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nemisolv/spring-ecommerce-microservices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemisolv%2Fspring-ecommerce-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemisolv%2Fspring-ecommerce-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemisolv%2Fspring-ecommerce-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemisolv%2Fspring-ecommerce-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemisolv","download_url":"https://codeload.github.com/nemisolv/spring-ecommerce-microservices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemisolv%2Fspring-ecommerce-microservices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29923426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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":["distributed-system-architecture","ecommerce","java","load-balancing","microservices","scalability","security","spring-cloud-gateway","springboot","springboot-microservices"],"created_at":"2025-01-17T05:11:51.489Z","updated_at":"2026-02-28T02:43:36.423Z","avatar_url":"https://github.com/nemisolv.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"* * *\r\n\r\nSpring E-Commerce Microservices\r\n===============================\r\n\r\n\r\n\r\n\r\n\r\nThis repository contains a set of microservices built using Spring Boot for an E-Commerce platform. These microservices are designed to work together to provide a scalable and robust architecture for handling various aspects of an online store.\r\n\r\nMicroservices Included\r\n----------------------\r\n\r\n1.  **Product Service**: Manages product catalog and details.\r\n2.  **Cart Service**: Handles shopping cart operations.\r\n3.  **Identity Service**: This service is responsible for authentication whole project.\r\n4.  **Order Service**: Manages order processing and fulfillment.\r\n5.  **Payment Service**: Handles payment processing.\r\n6.  **User Service**: Manages profile information and others that related accounts.\r\n7.  **Gateway Service**: API Gateway for routing requests to the appropriate microservice.\r\n\r\nTechnologies Used\r\n-----------------\r\n\r\n*   **Java**: Programming language used for development.\r\n*   **Spring Boot**: Framework used for creating microservices.\r\n*   **Spring Cloud**: Used for building and deploying cloud-native applications.\r\n*   **Docker**: Containerization technology used for packaging microservices.\r\n*   **MySQL**: Database used for persistent data storage.\r\n*   **Swagger**: API documentation tool used for documenting APIs.\r\n*   **JUnit**: Testing framework used for unit and integration testing.\r\n\r\nGetting Started\r\n---------------\r\n\r\nTo get a local copy of these microservices up and running, follow these steps:\r\n\r\n1.  **Clone the repository**:\r\n    \r\n    ```bash\r\n    git clone https://github.com/nemisolv/spring-ecommerce-microservices.git\r\n    cd spring-ecommerce-microservices\r\n    ```\r\n    \r\n2.  **Build and run microservices**: Each microservice can be built using Maven and run individually or using Docker containers. Refer to each microservice's README for specific instructions.\r\n    \r\n3.  **Configure environment**: Adjust configurations such as database connections, service ports, and any environment-specific settings as needed.\r\n    \r\n4.  **Testing and Documentation**:\r\n    \r\n    *   Explore APIs using Swagger UI or Postman collections provided.\r\n    *   Run tests to ensure all services are functioning correctly.\r\n\r\nContributing\r\n------------\r\n\r\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemisolv%2Fspring-ecommerce-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemisolv%2Fspring-ecommerce-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemisolv%2Fspring-ecommerce-microservices/lists"}