Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 307 Bytes

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