This is a simple service called by Worker, a worker created with NodeJs to fetch data from a RabbitMQ queue, decipher the destination of the queued data and send it via HTTP to the appropriate service. This is one of the two services.
- After cloning,
cd
into application directory and runnpm install
to install dependencies - Copy environment variables
cp .env.example .env
- Run
npm start
to start the application