• Stars
    star
    1
  • Language
    HTML
  • Created over 3 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Refactoring of Monolith Application to Microservices. The FullStack Application was split into microservices having reverse proxy serving as a LoadBalancer between the Frontend and separate Backends services. While backend services run as independent services on EKS cluster. The backend services connects to Postgressql Database on AWS and S3 depending on the API calls from the front end via the reverse proxy server.