Skip to content

aminramezanni/django-videochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Videochat


Description


A Group video calling application using the Agora Web SDK with a Django backend.

Installation

  1. Clone the repository:

    git clone https://github.com/aminramezanni/django-videochat.git
  2. Navigate to the project directory:

    cd django-videochat
  3. Install dependencies:

    pip install -r requirements.txt
  4. Create Agora account

In order to use this project you will need to replace the agora credentials in views.py and streams.js.

Create an account at Agora and create an app. Once you create your app, you will want to copy the appid & appCertificate to update views.py and streams.js

  1. Apply database migrations:

    python manage.py migrate
  2. Run the development server:

    python manage.py runserver
  3. Open your browser and go to http://localhost:8000/ to view the application.

Contanct



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published