A video sharing platform. A rough client-server architecture replica of YouTube with Flask and MySQL.
To install the requirements,
pip install -r requirements.txt
To start server,
python3 ./Server/server.py
To start client,
python3 ./Client/client.py
Visit http://127.0.0.1:5000