Run the following script.
$ docker run -d --hostname my-rabbit --name some-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management
Open the following link on your browser.
http://localhost:15672/#/
Use guest
for accout and password and check dashboard.
Do the following:
git clone https://github.com/rabbitmq/rabbitmq-tutorials
cd rabbitmq-tutorials/javascript-nodejs
npm ci
Check README.md