A video sharing platform made with django!
git clone https://github.com/Gituser143/tube.git
cd tubepip3 install -r requirements.txtDebian based systems:
sudo apt install ffmpegMac:
brew install ffmpegFrom source, refer to instructions here
Navigate to oyt_python and Migrate only for the first time!
cd oyt_python
python3 manage.py migrateTo start the server, run:
python3 manage.py runserverNavigate to localhost:8000 to access the application!