Async Receipts API
RESTful service for generating receipts asynchronously
Summary
Async Receipts is a collection of RESTful API endpoints for generating multiple receipts asynchronously for authenticated and authorized users. Receipts are generated in JSON and PDF formats. It's built with Python, Django, Django REST Framework, and Postgresql. I used Celery along with Redis for processing asynchronous and background tasks.