Skip to content

yogeshsingh101200/video_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Chat Web App

A peer to peer video chat web app.

Features

  • Users can signup, login and logout
  • Users can make call just with username of other user.
  • Users can save contacts.
  • Users can search for contacts from saved contact and call from there.
  • Users can toggle their audio & video.

How to run locally

  1. Open terminal in root folder then
pip install -r requirements.txt
cd backend
python manage.py migrate
python manage.py runserver 
  1. Open a new terminal in root folder then
cd frontend
npm install
npm start
  1. Visit localhost:3000.