Skip to content

fx818/REST-API-Ecommerce_Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Fully functional Backend of Ecommerce site build using Django Rest Framework

The features include

  • Class Based Views
  • Custom Permissions
  • JWT Authentication
  • Throttling for limiting the number of request sent by registered user and anonymous user
  • Pagination to load X no of results only on the page reducing the load on the server
  • Filtering, Searching and ordering for better user experience
  • And at last added the TestCases for automated API testing