This project demonstrates API gateway using microservices architecture, separate authentication service and service discovery.
- Run discovery-server and other services
 - Run requests in request-examples.http
 
- api-gateway: Zuul edge service for routing
 - discover-server: Eureka server for service discovery
 - auth-service: JWT authentication service
 - protected-service: service with sensitive data
 
