A peer to peer video chat web app.
- 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.
- Open terminal in root folder then
pip install -r requirements.txt
cd backend
python manage.py migrate
python manage.py runserver
- Open a new terminal in root folder then
cd frontend
npm install
npm start
- Visit localhost:3000.