Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdurahman-hassan/imdb_clone_v1

Build_REST_APIs_With_Django is a repo with a practical guide, code, and resources for building RESTful APIs using Django. It covers concepts like auth, serialization, testing, and deployment. Ideal for beginners and experienced developers alike. Start building high-quality APIs now.
https://github.com/abdurahman-hassan/imdb_clone_v1

Last synced: about 2 months ago
JSON representation

Build_REST_APIs_With_Django is a repo with a practical guide, code, and resources for building RESTful APIs using Django. It covers concepts like auth, serialization, testing, and deployment. Ideal for beginners and experienced developers alike. Start building high-quality APIs now.

Awesome Lists containing this project

README

        

# IMDB API Clone With DRF

IMDB API Clone With DRF is repo with a practical guide, code, and resources for building RESTful APIs using Django.
It covers concepts like auth, serialization, testing, and deployment. Ideal for beginners and experienced developers
alike. Start building high-quality APIs now.

📝 Reference Reading Links



🎥 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