Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.18 KB

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