Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.22 KB

README.md

File metadata and controls

49 lines (41 loc) · 1.22 KB

Django Video Website with Ziko Cloud This project is a video website built with Django and integrated with Ziko Cloud for video storage and streaming. The website allows users to upload, store, and stream videos seamlessly.

Table of Contents Features Technologies Used Installation Usage Contributing License Features User registration and authentication Video upload and storage Video streaming Video management (edit, delete) Responsive design Technologies Used Backend: Django Frontend: HTML, CSS, JavaScript (custom or framework-specific if applicable) Database: SQLite (default) or any other database of your choice Storage: Ziko Cloud Version Control: Git

Installation

Prerequisites Python 3.x Django Git ** Clone the repository:** git clone https://github.com/asaiah4812/Videocall-application-.git cd videoconference_app

Create and activate a virtual environment: python -m venv env source env/bin/activate # On Windows, use env\Scripts\activate

Install the required packages: pip install -r requirements.txt

**Configure your database settings in settings.py if you are not using SQLite.

Run migrations**: python manage.py migrate

Create a superuser: python manage.py createsuperuser python manage.py runserver