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

https://github.com/zayniddindev/async-processing-nodejs


https://github.com/zayniddindev/async-processing-nodejs

Last synced: 2 months ago
JSON representation

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