An online video sharing and streaming app developed with Django framework
WeTube is an online video sharing and streaming app developed with Django framework. The app is designed to be a clone of YouTube with some of its basic features. It is developed as a project for the "Computer Networks" course at Sharif University of Technology.
To get a local copy up and running follow these simple steps.
- Python 3.7
- Django 3.1.2
- Clone the repo
git clone https://github.com/ckoorosh/WeTube.git
- Install Python packages
pip install -r requirements.txt
- Run the server
python WeTube/manage.py runserver
For using the proxy, you also need to run the proxy server:
python proxy/manage.py runserver
- Open the app in your browser
http://127.0.0.1:8080
Distributed under the MIT License. See LICENSE for more information.