https://github.com/zeizel/rabbitmq-async-sender
https://github.com/zeizel/rabbitmq-async-sender
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeizel/rabbitmq-async-sender
- Owner: ZeiZel
- Created: 2023-08-11T05:28:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T05:40:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T12:13:21.958Z (5 months ago)
- Language: TypeScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ Sender
## What's is it:

## Installation:
First of all, you need to install dependencies (that command install all deps in all directories):
```bash
npm install:dep
```From root of project (concurrently enable both):
```bash
npm run dev
```You need to enable RabbitMQ service on your PC !!
## How it's works:
You need to post some data on `http://localhost:3001/send-request`
