Skip to content

An online streaming app developed with Django framework | Computer Networks Course Project, Spring 2022

License

Notifications You must be signed in to change notification settings

mofayezi/WeTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

An online streaming app developed with Django framework | Computer Networks Course Project, Spring 2022

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages