This microservice manages product information such as prices, descriptions, and images.
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.
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.
This microservice authenticates users and grants them access to resources.
This microservice manages orders, including payment processing and goods shipping.
This website is used by internal employees to manage orders and items. It connects with both the Order Microservice and the Catalogue Microservice.