Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 546 Bytes

Node Queue RabbitMQ

Queue process with Node JS and RabbitMQ!

Features

  • Queue Process
  • Send Email
  • Typescript
  • Docker

Running With Docker Compose

Install Docker and Docker Compose

# Install dependencies
$ npm install
# Run project with docker-compose
$ npm run start:docker