Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 839 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 839 Bytes

Quiz-App build using Microservices Architecture

Microservices

  1. Quiz Microservice
  2. Question Microservice
  3. ServiceRegistry Microservice
  4. APIGateway Microservice

API Doucmentation

Link: Click Here

Packages

  1. OpenFiegn Package: For communication between microservices over http
  2. spring-cloud-starter-loadbalancer
  3. spring-cloud-starter-netflix-eureka-server
  4. spring-cloud-starter-netflix-eureka-client
  5. spring-cloud-starter-gateway-mvc

Setup

  1. Create sql-database create database quiz
  2. To see all instances running and load-balancing check. Go on http://localhost:8761/

References

  1. YouTube Video Link