A production-ready backend template with Django, DRF, JWT Auth, Docker, and CI/CD.
- ๐ JWT Authentication (via SimpleJWT)
- ๐ CRUD API endpoints with DRF
- ๐ Filtering & Pagination
- ๐ OpenAPI/Swagger Documentation
- ๐ณ Dockerized Setup (Django + PostgreSQL + Redis)
- ๐ Ready to Deploy to Render/Heroku
- โ GitHub Actions for CI/CD
- Django 4.x
- Django REST Framework
- PostgreSQL
- Redis (optional for caching)
- Docker + Docker Compose
- GitHub Actions
- drf-spectacular (for API docs)
git clone https://github.com/yourusername/drf-api-starter.git
cd drf-api-starter
cp .env.example .env
docker-compose up --build