A Django backend for a lodging reservation application, inspired by booking.com. Incorporates some of the best practices from the HackSoft Django Styleguide.
Tech Stack Core Frameworks & Libraries
DjangoDjango Rest Framework (DRF)&drf-nested-routers- for building RESTful APIsdrf-spectacular- for OpenAPI documentation (swagger)djangorestframework-simplejwt- JWT authenticationStripe- payments processing, refunds and bookkeepingCelery- for asynchronous and scheduled tasks (e.g., email notifications)Redis- Celery backend for task managementSendGrid- email provider
Code Quality & Testing
pytestfactory-boy&faker- generating realistic test datapylint,black,flake8,isort- code formatting and lintingpre-commit- ensures clean, properly formatted commits