- Install Mongodb from Here
- Install Node.js from Here
- Do the npm install in both directories (front_end and back_end)
- Start Mongodb
sudo mongod
- Start back_end
nodemon server
- Start front_end
npm start
- Mongodb :27017
- Socket.io :8000
- Back End Api (Express) :8000
- React App :3000