You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gw-delivery is an API Gateway Service for a distributed parcel delivery system built on the Spring Cloud Gateway framework. It acts as a unified entry point to multiple backend microservices — such as ms-delivery-admin, ms-courier-order, and ms-parcel-order — handling routing, load balancing, and security token forwarding.
delivery-eureka-server is the Service Discovery Server for the Guavapay Delivery microservice ecosystem. It uses Spring Cloud Netflix Eureka to allow all other services (like gw-delivery, ms-delivery-admin, ms-courier-order, and ms-parcel-order) to register and discover each other dynamically without hardcoding hostnames or ports.
ms-delivery-admin is a microservice built with Spring Boot that provides the administrative backend for a delivery management system. It acts as a centralized API gateway and control panel for managing parcel orders, courier assignments, and delivery states.
🧭 Simplify microservice management with the Delivery Eureka Server, enabling automatic service registration and dynamic discovery for seamless scalability and reliability.