Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 514 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 514 Bytes

NodeJS Microservice application

This repository is mainly about backend services with seperate containers which are dockerized and enabled for kubernetes. Client side work with ReactJS and it is connected to each service for different features.

README file will be updated after finishing whole project.

Built with

  • NodeJS
  • ReactJS
  • ExpressJS
  • Docker
  • Kubernetes

Services

  • Posts
  • Comments
  • Query
  • Moderation (Comment contents are moderated)
  • Events (Custom event bus)
  • Client (Frontend)