An example web appplication built with Django, Celery, React, Postgres and Redis.
This example project is not having complete documentation about all the how and what.
Once you have docker installed in your system. All you need to do is run this single command.
docker-compose up --build
This would start all the Services integrated in this project
- Django backend
- Postgres
- Redis for Messaging queue and Cache
- Celery
- Celery Beat
Feel free to create a new PR with all any modifications which can help the community to work better.
Inspired by Verbose Equal True Project