RafaelGSS / microservice-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 87.3%Language:Dockerfile 8.6%Language:Shell 4.2%