Skip to content

crav710/mini-Microservice-App-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Blog Mini App Using Node JS and React

Description

This App is used to create new post and comments and has a feature to moderate the comments based on preferred string.

Tech Stack

List of Microservices Used::

  • Post Service : Create Post
  • Comment Service : Create Comments on particular Post
  • Moderation Service : State of Comment ( Pending , Removed , Approved) based on some string
  • EventBus : Communication channel for all services
  • Query Service : Query the post (To reduce the request from client)

Usage

This app is very basic form of app which helps in understanding microservice architecture . Implementing Basic Event Bus from scratch and interacting with all services.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published