Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.19 KB

Check out The Project Demo Here:

https://docs.google.com/presentation/d/1RrRe4xi-R6RlZIFk_-yq1CUIz6aus2wF

Online Shopping Microservices Application

Overview

This Spring Boot application simulates an online shopping platform using a microservices architecture. The system is designed to handle various aspects of online shopping, such as product management, user authentication, user management, order processing, and more. Each functionality is implemented as an independent microservice to promote scalability, maintainability, and flexibility.

Microservices

  1. Product Service:

    • Manages the product , including product details, categories, and availability.
  2. User Service:

    • Handles user profile management.
  3. Order Service:

    • Processes user orders, and manages notifications.
  4. Inventory Service:

    • Handles quantity processing for completed orders.

Architecture

The application follows a microservices architecture, allowing each service to run independently, communicate through APIs, and be deployed and scaled individually.

Screenshot 2023-11-13 204306