Quiz Application|Java, Spring Boot, Hibernate, JPA, Microservices
Successfully transformed a monolithic quiz application into a microservices-based architecture.
Each service was independently developed and registered with a service discovery mechanism, ensuring seamless scalability and management.
Utilized Feign Client for efficient inter-service communication and RestTemplate for RESTful API interactions, enhancing the application's modularity, performance, and maintainability.
Implemented an API Gateway to provide centralized authentication and authorization, enhancing security across services.