Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

pouralijan/YTDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YTDL

YouTube Downloader App For Django

install

First clone source code and change directory in YTDL.

git clone https://github.com/pouralijan/YTDL.git
cd ./YTDL

install and start backend

Backend write with python django.

virtualenv ./venv
source ./venv/bin/activate
pip install -i -U pip
pip install -r requrments.txt
cd ./src/backend
./manage.py migrate
./manage.py runserver

install and start frontend

Frontend write with javascript and reactjs.

cd ./src/frontend
npm install --save
npm start

About

YouTube Downloader App For Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages