microservice-example icon indicating copy to clipboard operation
microservice-example copied to clipboard

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

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