Dependencies:
- Node.js v6
Install the requirements:
npm install
Configure the application:
export RABBITMQ_HOST = [ rabbitmq host address ]
export RABBITMQ_PORT = [ rabbitmq port ]
export RABBITMQ_QUEUE = hello
export MYSQL_HOST = [ database host ]
export MYSQL_USER = [ database user ]
export MYSQL_PASSWORD = [ database password ]
export MYSQL_DB = hello
Run the app localy:
node app.js