Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fx818/rest-api-ecommerce_site


https://github.com/fx818/rest-api-ecommerce_site

django django-filters django-rest-framework jwt-authentication postman

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

## 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