A full-stack video calling application similar to Zoom. Users can create and join meetings for real-time video communication.
- React.js
- Node.js
- Express.js
- MongoDB
- WebRTC
- Socket.io
- User authentication
- Create and join meetings
- Real-time video and audio
- Meeting history
Clone the project
git clone https://github.com/Deepanshu0018/VideoCallingApp.gitInstall dependencies
cd backend
npm install
cd ../frontend
npm installStart the app
cd backend
npm startcd frontend
npm start