This Django project implements a video calling solution using the Zego Cloud SDK. With this solution, users can establish real-time video calls with each other over the internet.
- User Authentication: Users can sign up, log in, and manage their accounts.
- Video Calling: Seamless video calling experience powered by Zego Cloud SDK.
- Responsive Design: Works seamlessly across different devices and screen sizes.
- Python 3.11
- Django 5.0.2
- Zego Cloud SDK
- Modern web browser with WebRTC support
-
Clone the repository:
git clone <https://github.com/Kavyashah26/Let-s-Meet-Django-Project>
-
Install the required Python packages:
pip install -r requirements.txt
-
Run the Django development server:
python manage.py runserver
-
Access the application in your web browser:
http://localhost:8000
-
Sign up for an account and start making video calls!
baseapp
: The main Django app containing models, views, and templates.LetsMeet
: The Django app that redirects all work to baseapp .templates
: HTML templates for the user interface.static
: Static files such as CSS and JavaScript.
This project was created by Kavya Shahand Dev Shah as part of termwork of SP subject