Skip to content

vjkholiya123/zoom-sdk-react-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoom-sdk-react-django

Integration of Zoom SDK using ReactJS for front end and Django as a backend.

Steps to setup:

  1. Type "git clone https://github.com/vjkholiya123/zoom-sdk-react-django.git" in your terminal.

  2. Open the project using PyCharm or other IDE of your choice.

  3. Run these commands as per order:

    pip3 install virtualenv

    virtualenv venv -p python3

    source venv/bin/activate

    python manage.py migrate

    python manage.py runserver

  4. Your server is running on http://localhost:8000

About

Integration of Zoom SDK using ReactJS for front end and Django as a backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages