Skip to content

This is the project from the "Build REST APIs with Django REST Framework and Python" course on Udemy.

Notifications You must be signed in to change notification settings

koliomkar363/IMDb-Clone-DRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDb-Clone-DRF

Build REST APIs with Django REST Framework and Python

Django Rest Framework Topics Covered:

1. API Basics

2. Serializers

  • Serializers
  • ModelSerializer
  • HyperlinkedModelSerializer

3. Function-Based

4. Class-Based Views

  • APIView
  • Generic Views
  • Mixins
  • Concrete View Classes

5. Viewsets and Routers

6. Permissions

  • IsAuthenticated
  • IsAdminUser
  • IsAuthenticatedOrReadOnly
  • Custom Permission

7. Authentications

  • BasicAuthentication
  • TokenAuthentication
  • JSON Web Token Authentication

8. Throttling

  • AnonRateThrottle
  • UserRateThrottle
  • ScopedRateThrottle
  • Custom Throttles

9. Django Filter Backend

  • Filtering
  • Searching
  • Ordering

10. Pagination

  • Page Number
  • Limit Offset
  • Cursor

11. Automated API Testing

About

This is the project from the "Build REST APIs with Django REST Framework and Python" course on Udemy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages