Skip to content

glitchharsh/Video-Organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Setup for the video api django app

##prerequisite

Generate an api key for the youtube api here:
google console
and add it to the settings file.

##start the celery consumer

Open a command shell and run:
celery -A main worker -l INFO -P gevent

##start the celery producer

Open a command shell and run:
celery -A main beat -l info

##start the project

Open a command shell and run:
python manage.py runserver

##endpoints

/list : lists all the videos data in the database, also has filtering, ordering and links of the respective videos
/search : page to enter the search keyword
/ : result page for the searches

##superuser

Username: admin
Password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published