It contains source code for tutorial published at https://medium.com/@mansha99/microservices-in-python-django-rabbitmq-and-pika-fe1adb0c6a1a
How to create Application following microservice architecture pattern using Django, RabbitMQ and Pika
- Clone the repository
- Create a virtual environment
- Install the requirements
- install RebbitMQ
- Run the services
cd main_service python manage.py runserver
cd worker_service python3 manage.py launch_queue_listener