1). Open terminal in Main directory and enter following :
cd Main
npm install
npm start
2). Open terminal in Producer directory and enter following :
cd Producer
npm install
npm start
3). Open terminal in Consumer directory and enter following :
cd Consumer
npm install
npm start
4). Make sure the following :
Producer is running at http://localhost:3001
Consumer is running at http://localhost:3002
All Rights Reserved [mohit6b]