Skip to content

Deepanshu0018/VideoCallingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Clone - VideoCallingApp

A full-stack video calling application similar to Zoom. Users can create and join meetings for real-time video communication.

Tech Stack

  • React.js
  • Node.js
  • Express.js
  • MongoDB
  • WebRTC
  • Socket.io

Features

  • User authentication
  • Create and join meetings
  • Real-time video and audio
  • Meeting history

Run Locally

Clone the project

git clone https://github.com/Deepanshu0018/VideoCallingApp.git

Install dependencies

cd backend
npm install

cd ../frontend
npm install

Start the app

cd backend
npm start
cd frontend
npm start

About

VideoCallingApp is a real-time video conferencing web application built with React, Node.js, WebRTC, and Socket.io that allows users to create and join meeting rooms for live audio and video communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors