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.
- 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.
- Clone the Repository:
git clone https://github.com/martian58/video-call.git
. - Install Dependencies:
pip install -r requirements.txt
. - Apply Migrations:
python manage.py migrate
. - Start the Development Server:
python manage.py runserver
. - Access the Application: http://localhost:8000.
- Open the app in a web browser.
- Register or log in.
- Access the dashboard.
- Initiate or join video calls.
This project is not licensed