https://docs.google.com/presentation/d/1RrRe4xi-R6RlZIFk_-yq1CUIz6aus2wF
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.
-
Product Service:
- Manages the product , including product details, categories, and availability.
-
User Service:
- Handles user profile management.
-
Order Service:
- Processes user orders, and manages notifications.
-
Inventory Service:
- Handles quantity processing for completed orders.
The application follows a microservices architecture, allowing each service to run independently, communicate through APIs, and be deployed and scaled individually.