- clone the repo
- pip insatall -r requirement.txt
- create .env and add your azure credentials
- run python manage.py runserver , celery -A azure_api worker -l info and celery -A swarm worker -l info on 3 different terminals
- then you can test/use the APIs by creating api keys from admin
Thanks