This project was done under Microsoft Engage Mentorship Programme 2021. Server side programming was done on nodejs. In this we basically made a web app where one has to register on the server by giving their details, after which they can video call their peers and chat along with it.
In order to run the website locally on your computer , follow the steps given below:
- Clone this github repo.
- Open the terminal and change the directory to the downloaded folder then run the command
npm install- The above command will install all the required packages and dependencies required for the project
- The final step is to run the following command
npm start
# Or run with Nodemon
npm run serve
Visit http://localhost:5000
Before that open "config/keys.js" and add your MongoDB URI :
module.exports = { MongoURI : 'mongodb+srv://<username>:<password>@cluster0.0dovlvb.mongodb.net/?retryWrites=true&w=majority/' }




