This repository contains a collection of microservices developed for order management. Each microservice is designed to handle specific functionalities related to customer management, order processing, service discovery, and API routing.
The Customer Service API microservice is responsible for managing customer information.
Repository Link: customer-service-api
The Order Service API microservice is responsible for handling order-related operations.
Repository Link: order-service-api
The Eureka Server is used for service registration and discovery in a microservices architecture.
Repository Link: eureka-server
The API Gateway microservice serves as the entry point for client requests and routes them to the appropriate backend services.
Repository Link: api-gateway
- Spring Boot
- Spring Cloud
- Spring Data JPA
- Netflix Eureka
- Spring Cloud Gateway