/blog-post-nodejs-mircroservices

Nodejs microservice based application to create blog post titles & add comments to posts

Primary LanguageJavaScript

Simple Microservice based node.js application Microservices :

  • posts // for creating & listing posts
  • comments // for creating & listing comments
  • query // for providing post & comment data
  • event-bus // acts as event service for handling different events from different services
  • moderation // for providing comment review before it can be displayed in UI

client : React js app to create posts & comments