Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 678 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 678 Bytes

Microservices Blog

An over compilcated blog to show case some microservices consepts 😅

Technologies used

  • NodeJS
  • gRPC
  • GraphQL
  • Docker
  • Docker-Compose
  • Kubernetes
  • Skaffold
  • Helm

Requirments

  • NodeJS
  • Minikube
  • Skaffold
  • Helm
  • Docker

Architecture

Services

All the services can be found in the srv folder.

  • frontend
  • gateway
  • auth
  • users
  • articles
  • comments

How to run this? 🤔

There multiple options on how the application, but for local development we are going to use docker and docker-compose.

$ npm run compose