Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martian58/video-call
Video call app with django, html, css, and using Zegocloud.
https://github.com/martian58/video-call
call-app chat django django-call-app django-chat django-video-call python-chat python-video-call video-call
Last synced: 12 days ago
JSON representation
Video call app with django, html, css, and using Zegocloud.
- Host: GitHub
- URL: https://github.com/martian58/video-call
- Owner: martian58
- Created: 2023-12-14T16:15:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T20:56:13.000Z (5 months ago)
- Last Synced: 2024-06-16T21:50:36.827Z (5 months ago)
- Topics: call-app, chat, django, django-call-app, django-chat, django-video-call, python-chat, python-video-call, video-call
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Video-Call App
## Introduction
Welcome to the Django Video-Call App! This application provides a platform for video calls where multiple people can join and engage in real-time conversations. It comes with user registration, login, and a dashboard for a seamless experience.
## Features
- **User Registration:** Users can register with their first name, last name, email, and password.
- **User Login and Authentication:** Secure login functionality with user authentication.
- **Dashboard:** A personalized dashboard for logged-in users.
- **Video Call Functionality:** Initiate or join video calls.
- **Room Joining Feature:** Easily join existing chat rooms.## Installation
1. **Clone the Repository:** `git clone https://github.com/martian58/video-call.git`.
2. **Install Dependencies:** `pip install -r requirements.txt`.
3. **Apply Migrations:** `python manage.py migrate`.
4. **Start the Development Server:** `python manage.py runserver`.
5. **Access the Application:** [http://localhost:8000](http://localhost:8000).## Usage
1. Open the app in a web browser.
2. Register or log in.
3. Access the dashboard.
4. Initiate or join video calls.## License
This project is not licensed