Skip to content

Django API with celery as task Queue and react as frontend

Notifications You must be signed in to change notification settings

Rupesh282/Celery-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Celery-Django

Django API with celery as task Queue and react as frontend

get started

  • for running django : $ python3 manage.py runserver
  • for running celery : $ celery -A proj worker -l INFO
  • for running react : $ npm start
  • for starting rabbitmq server : $ sudo systemctl status rabbitmq-server

About

Django API with celery as task Queue and react as frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published