Quiz-Service is one of the Microservice for the Quiz-App which request for the required questions to the question-service using Eureka Server and Feign Client, and then the request is received by Question-Service and then Id are returned according to the request and then they are sent to the front-end through REST-API.
- Eureka server where Instances are Registered
- Get the quiz using the id created for specific user
- Get Score for the Quiz
Thank You.