Skip to content

Just example of architecture microservices with API Gateway/Management and MQTT

License

Notifications You must be signed in to change notification settings

microservicesbr/microservices-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservices-example

Just example of architecture microservices with API Gateway/Management and AMQP/MQTT

Running

Make sure you have Docker installed in you workspace.

./setup.sh

And check your containers

docker ps

Usage

Message Broker: Make a post to users api sending a raw json like:

{
	"name": "test",
	"email": "[email protected]"
}

So, if you receive something like: [x] Sended..., just go to container ms-orders-api

About

Just example of architecture microservices with API Gateway/Management and MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • Dockerfile 8.6%
  • Shell 4.2%