Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 470 Bytes

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