Skip to content

ArashZrg/DRF__Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DRF Project

This is a project aimed at learning and becoming familiar with the concepts and principles of the Django REST framework.

HTTP Request Methods

The HTTP request methods are implemented in five way :

  1. Function-based views
  2. Class-based views
  3. Using mixins
  4. Generics
  5. ViewSet

Nested Serializers

An example of nested serializers has also been executed.

Authentication

Three authentication methods have been implemented:

  1. Basic Authentication
  2. Token Authentication
  3. JWT (Json Web Token)

JWT was used in the final step.

Swagger

Swagger was also implemented.

Pagination

Pagination was implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published