Loading repository data…
Loading repository data…
ShashankSinha9592 / repository
A food delivery application system allows users to browse items and order food online in an easy and efficient manner
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.

A food delivery application system allows users to browse items and order food online in an easy and efficient manner
This microservices is created to demonstrate how to split sample Spring application into microservices. To achieve that goal I use Spring Cloud Gateway, Spring Cloud Circuit Breaker, Resilience4j, Retry Module, Rate Limiter, Feign Client and the Eureka Service Discovery Client/Server from the Spring Cloud Netflix technology stack.
Every microservice is a Spring Boot application and can be started locally using IDE (Lombok plugin has to be set up) or ../mvnw spring-boot:run command. Please note that supporting services (Discovery Server and API Gateway) must be started before any other application.