Production-Ready Django REST API Template with Full Github Actions CI/CD

Hi everyone! :wave:t2:

I’ve built a production-ready Django REST API template using cookiecutter-django, designed to tackle the challenge of finding a project that fully embraces modern best practices. My project comes with:

  • :hammer_and_wrench: Testing & linting: pytest, coverage (badge, gh artifacts) and more.
  • :rocket: Deployments: Fully automated on DigitalOcean VPS with Docker Swarm.
  • :lock: Zero-downtime SSL: Automatic SSL certs via Traefik & ACME.
  • :package: Automated changelogs: Conventional commits + SemVer generate release notes.
  • :arrows_counterclockwise: Rolling updates & rollbacks: Managed by Docker Swarm.
  • :scroll: API docs: drf-spectacular auto-generates OpenAPI 3.0 docs & Swagger UI.

I’m excited to share this with the community and would love to hear your feedback. Check out the project here ci-cd-rest-api-django.

Happy coding!

2 Likes