Skip to content

Spring Boot Application that simulates an online shopping application server using microservices architecture.

Notifications You must be signed in to change notification settings

OsamaRimawi/Microservices

Repository files navigation

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

About

Spring Boot Application that simulates an online shopping application server using microservices architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published