Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelgss/microservice-example

Just example of architecture microservices with API Gateway/Management and MQTT
https://github.com/rafaelgss/microservice-example

javasrcipt microservices microservices-architecture microservices-demo

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Running

Make sure you have Docker installed in you workspace.

```sh
./setup.sh
```

And check your containers

```sh
docker ps
```

## Usage

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

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

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