A video sharing platform made with django!
git clone https://github.com/Gituser143/tube.git
cd tube
pip3 install -r requirements.txt
Debian based systems:
sudo apt install ffmpeg
Mac:
brew install ffmpeg
From source, refer to instructions here
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!