Skip to content

devmeireles/docker-agnostic-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


Install

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

Utilities addresses

pgAdmin - To administrate Postgres database

Redpanda Console - To see topics and messages

MailHog - To receive email messages


Application Flow

About

a short example about microservices built using programming-language-agnosticism or at least something like that

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors