Skip to content

REST API written in Django exposing endpoints for performing CRUD on conversations and chats within conversations. Celery is used to schedule date for sending chat!

utukJ/django-celery-project

Repository files navigation

django-celery-project

REST API written in Django exposing endpoints for performing CRUD on conversations and chats within conversations. Celery is used to schedule date for sending chat!

Setup

  • clone the repo
  • cd into the cloned repo directory and run <pipenv install -r requirements.txt>
  • run the celery instance using <celery -A config worker --loglevel=INFO --pool=solo>
  • run the project using

Testing

About

REST API written in Django exposing endpoints for performing CRUD on conversations and chats within conversations. Celery is used to schedule date for sending chat!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published