Skip to content

This is a practice project where i will replicate netflix like backend system using django

License

Notifications You must be signed in to change notification settings

AryaAppaji/netflix-clone

Repository files navigation

Django Rest Framework (DRF) Practice Project

This is a practice project using Django Rest Framework (DRF) to build a Netflix-like system.

For setup instructions, please refer to SETUP.md.

Concepts Covered

This project demonstrates the use of the following key DRF concepts:

  1. Models
  2. Views
  3. Templates
  4. URL Routing
  5. Serializers
  6. Viewsets and APIView
  7. Pagination
  8. Environment Variable Management
  9. Signals
  10. Email Sending with Mailtrap TEST API
  11. Permissions
  12. Caching with Redis
  13. API Documentation with drf-spectacular

Acknowledgments