This is a short example about microservices built using programming-language-agnosticism or at least something like that. The services are built and exposed individually and handled by Nginx performing an API Gateway.
Make sure to creates the network that'll be used through the docker application:
docker network create msnetwork
Then up and build the containers:
docker compose up --build
pgAdmin - To administrate Postgres database
Redpanda Console - To see topics and messages
MailHog - To receive email messages
