Microservices with Node JS and React Micro App
General architecture
This is a react application communicating with 2 services Posts Service
and Comments Service
Posts Service Features
This service is an Express-based service with 2 features Create a Post
and List all Posts
Comments Service Features
This service is an Express-based service with 2 features Create a Comment
and List all Comments