Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.49 KB

README.md

File metadata and controls

72 lines (46 loc) · 1.49 KB

Logo

WeTube

An online video sharing and streaming app developed with Django framework

About The Project

Screen Shot

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.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.7
  • Django 3.1.2

Installation

  1. Clone the repo
git clone https://github.com/ckoorosh/WeTube.git
  1. Install Python packages
pip install -r requirements.txt
  1. 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
  1. Open the app in your browser
http://127.0.0.1:8080

License

Distributed under the MIT License. See LICENSE for more information.