python -m venv .venv/
Windows PowerShell: ./.venv/scripts/Activate.ps1
Unix Bash Shell: source ./.venv/bin/activate
pip install -r requirements.txt
assign variables for SECRET_KEY and DEBUG in .env file inside cloudVideo
python manage.py makemigrations
python manage.py migrate
python manage.py runserver