Skip to content

This is a video conferencing app developed with django for internship purpose.

Notifications You must be signed in to change notification settings

bhush-n/DjangoVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoVC

Table of contents

Introduction

API References

Features

Installation

License

Screenshots

Support

Introduction

I have developed this video conferencing web app using django as an internship task. In this web app I have used Django as a main backend language and HTML, CSS & JS for frontend. I have used Sqlite3 for database. For the video call limit I have used zegocloud API which provides 10,000 free minutes per month.

In this app user can register and further have the accessibility to create new meeting or join the existing meeting. User can also share the screen during conference and also can have a chat with the conference team members.

API Reference

ZegoCloud API

You have to register on ZegoCloud test mode and take your api key.
Parameter Type Description
api_key string Required. Your API key

API KEY

Features

  • User can join the meeting as well as create the meeting.
  • Secure video calling.
  • Dynamic and user-friendly UI.
  • 10,000 free minutes from API.

Installation

pip install django

pip install -r requirements.txt

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

License

MIT

Screenshots

![App Screenshot](Will be available soon.)

Support

For support, email bhushanch45@gmail.com.

About

This is a video conferencing app developed with django for internship purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages