Follow the steps below to set up and run the project:
git clone
cd create a new .env file and paste these contents
MONGO_URI=mongodb://localhost:27017/polls PORT=3000
npm init -y npm i
ipconfig
docker compose -f docker-compose.yaml up
node server.js
node admin.js <poll_id>
node server.js node consumer.js <poll_id>
Notes:







