This microservice manages product information such as prices, descriptions, and images.
Shopping Website
This is the application's user interface, from which users may explore and purchase things. It interfaces with the Catalogue Microservice to obtain product information and with the Order Microservice to submit orders.
API Gateway
The API Gateway serves as a single point of entry for all microservice requests. It routed queries to the proper microservice and returned the results to the caller.
Authentication Microservice
This microservice authenticates users and grants them access to resources.
Order Microservice
This microservice manages orders, including payment processing and goods shipping.
Internal Support Website
This website is used by internal employees to manage orders and items. It connects with both the Order Microservice and the Catalogue Microservice.