https://github.com/sharadbhat/videohub
A rough replica of YouTube with Flask and MySQL
https://github.com/sharadbhat/videohub
flask mysql platform python video-sharing
Last synced: 30 days ago
JSON representation
A rough replica of YouTube with Flask and MySQL
- Host: GitHub
- URL: https://github.com/sharadbhat/videohub
- Owner: sharadbhat
- License: mit
- Created: 2017-10-05T23:13:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T03:11:25.000Z (about 2 years ago)
- Last Synced: 2023-05-03T01:42:28.834Z (almost 2 years ago)
- Topics: flask, mysql, platform, python, video-sharing
- Language: Python
- Size: 42.5 MB
- Stars: 74
- Watchers: 6
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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,
```bash
pip install -r requirements.txt
```### Starting server
To start server,
```bash
python3 ./Server/server.py
```### Starting client
To start client,
```bash
python3 ./Client/client.py
```## You're done!
Visit http://127.0.0.1:5000
# Screenshots
## Normal user
#### Homepage
#### Login / Signup Page
#### Video Search Page
#### Upload Page
#### Video Page
#### Video Page Full Screen
#### Dashboard
### Administrator
#### Flagged Video List
#### Users List
