cleisommais / journey_full_microservices

The journey to building a full microservice app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The journey to building a full microservice app

Author: Cleison Ferreira de Melo @cleisommais

I will share my journey creating a POC to build a full microservice app. Full microservice means that I plan to build components in the front-end and back-end side separately, to help CI/CD process inside of the agile teams. Was 24 articles and several hours until reach the final result. I hope you enjoy it.

Angular Single-spa Node Express MongoDB Redis RabbitMQ

Links articles published

Docker commands

  • Remove all Docker images: docker system prune -a
  • Remove all Docker volumes: docker volume rm $(docker volume ls -q -f dangling=true)
  • Start and update all services in Docker-compose file: docker-compose up --build -d
  • Stop all services started: docker-compose down

Important to know

  • The details about the projects are documented inside each project
  • To see the final result just run docker-compose up --build -d inside root project folder

Success is a journey, not a destination. The doing is often more important than the outcome. Arthur Ashe

Good luck

Cleison Ferreira de Melo

About

The journey to building a full microservice app

License:Apache License 2.0


Languages

Language:JavaScript 63.6%Language:TypeScript 22.9%Language:HTML 7.8%Language:CSS 4.4%Language:Dockerfile 1.4%