IMDB-Clone-DRF icon indicating copy to clipboard operation
IMDB-Clone-DRF copied to clipboard

Django REST Framework Course - IMDB Clone

IMDB API Clone With DRF

📝 Reference Reading Links (Arranged According To Lectures)


🎥 Understanding REST API

  • https://towardsdatascience.com/introduction-to-rest-apis-90b5d9676004

🎥 Basic Django Setup

  • https://www.djangoproject.com/
  • https://code.visualstudio.com/download
  • https://www.tabnine.com/

🎥 DRF Introduction

  • https://www.django-rest-framework.org/

🎥 Django Relationships

  • https://docs.djangoproject.com/en/3.1/topics/db/examples/

🎥 Postman

  • https://www.postman.com/
  • https://www.postman.com/downloads/

🎥 Basic Authentication

  • https://www.base64encode.org/
  • https://www.toolsqa.com/postman/basic-authentication-in-postman/

🎥 JWT Authentication

  • https://jwt.io/
  • https://medium.com/devgorilla/how-to-log-out-when-using-jwt-a8c7823e8a6
  • https://simpleisbetterthancomplex.com/tutorial/2018/12/19/how-to-use-jwt-authentication-with-django-rest-framework.html
  • https://medium.com/django-rest/django-rest-framework-jwt-authentication-94bee36f2af8https://stackoverflow.com/questions/61547014/restful-uri-trailing-slash-or-no-trailing-slash

🎥 Throttling Introduction

  • https://medium.com/analytics-vidhya/throttling-requests-with-django-rest-framework-for-different-http-methods-3ab0461044c

🎥 Filtering, Searching, Ordering

  • https://django-filter.readthedocs.io/en/stable/
  • https://stackoverflow.com/a/36940373/7846238

🎥 Browsable API Update

  • https://stackoverflow.com/questions/11898065/how-to-disable-admin-style-browsable-interface-of-django-rest-framework

🎥 Test Driven Development

  • https://medium.com/@ksarthak4ever/test-driven-development-tdd-in-django-and-django-rest-framework-drf-a889a8068cb7