/queue-sub

rabbit mq queue subscriber

Primary LanguageTypeScriptMIT LicenseMIT

QUEUE SUBSCRIBER

license

Version

v1.0.0

Dependencies

NODE

Installation

  • Install typescript globally npm install -g typescript
  • Install npm dependencies by running npm install
  • Update the following configurations and database credentials on {root}/src/config/*-config.json
  • Build typescript by running npm run build:development
  • Get global config by running npm run generate:config

How to Use

DOCKER

Installation

  • build docker-compose build
  • install node docker exec -ti node npm install
  • install node docker exec -ti node npm run generate:config

How to Use

  • run docker-compose build
  • run docker-compose up
  • run docker-compose start