Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 480 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 480 Bytes

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": "test@test.com"
}

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