A post-comment-mechanism application with queing mechanism where user can post and can post comments as well, the comments are monitored and are flagged when entered some keywords, where the event bus is created from scratch
git clone https://github.com/Shubhamdutta2000/Microservice-Application-with-Queuing-Mechanism-using-Node-Express.git
cd posts-service
npm i
npm start
cd comments-service
npm i
npm start
cd query-service
npm i
npm start
cd event-bus
npm i
npm start
cd moderation-service
npm i
npm start
- MIT License