Skip to content

Gituser143/tube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tube

A video sharing platform made with django!

Installation

Get code from repository

git clone https://github.com/Gituser143/tube.git
cd tube

Install Python Dependencies:

pip3 install -r requirements.txt

External Dependencies:

Debian based systems:

sudo apt install ffmpeg

Mac:

brew install ffmpeg

From source, refer to instructions here

Running the application

Navigate to oyt_python and Migrate only for the first time!

cd oyt_python
python3 manage.py migrate

To start the server, run:

python3 manage.py runserver

Navigate to localhost:8000 to access the application!