Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 410 Bytes

Microservices for Movie catalog service

Api service to fetch movie details.
Can request for movie details for a particular director.
Has the following Microservices :

  • movie-service: provides movie details.
  • director-service: provides director details.
  • api-gateway : The api gateway to interact all microservices from single port by user.

Uses eureka-server for service discovery.