https://github.com/zayniddindev/async-processing-nodejs
https://github.com/zayniddindev/async-processing-nodejs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zayniddindev/async-processing-nodejs
- Owner: zayniddindev
- Created: 2023-07-21T13:36:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T13:44:23.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T05:21:24.370Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run with Docker:
```bash
$ docker compose build
$ docker compose up -d
```
## Run without Docker (requires RabbitMQ installed and running locally):
```bash
$ node m1-http-svc/index.js
$ node m2-task-executor-svc/index.js
```
## Test:
### Send POST request to [http://localhost:3000/process](http://localhost:3000/process) with body and see the logs