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: 3 months ago
JSON representation
Just example of architecture microservices with API Gateway/Management and MQTT
- Host: GitHub
- URL: https://github.com/rafaelgss/microservice-example
- Owner: RafaelGSS
- License: mit
- Created: 2019-06-08T15:59:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:48:05.000Z (over 2 years ago)
- Last Synced: 2025-03-29T03:41:35.507Z (4 months ago)
- Topics: javasrcipt, microservices, microservices-architecture, microservices-demo
- Language: JavaScript
- Size: 839 KB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`