video-streaming-platform

Video Streaming Platform

A simple video streaming platform built with Flask that allows admin users to upload and manage videos, while visitors can watch the uploaded content.

Features

Setup Instructions

  1. Install Python 3.8 or higher if you haven’t already.

  2. Install the required packages:
    pip install -r requirements.txt
    
  3. Run the application:
    python app.py
    
  4. Access the website at http://localhost:5000

Default Admin Credentials

Important Notes

Future Improvements