Skip to content

saefullohmaslul/Node-Queue-RabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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