Skip to content

sharadbhat/VideoHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoHub

A video sharing platform. A rough client-server architecture replica of YouTube with Flask and MySQL.

All CSS files are available offline.

Requirements

To install the requirements,

pip install -r requirements.txt

Starting server

To start server,

python3 ./Server/server.py

Starting client

To start client,

python3 ./Client/client.py

You're done!

Visit http://127.0.0.1:5000

Screenshots

Normal user

Homepage

Homepage

Login / Signup Page

Login Page

Video Search Page

Search Page

Upload Page

Upload Page

Video Page

Video Page

Video Page Full Screen

Video Page Full Screen

Dashboard

Dashboard

Administrator

Flagged Video List

Flagged Page

Users List

Users page