Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fx818/rest-api-ecommerce_site
- Owner: fx818
- Created: 2024-07-22T04:18:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T04:22:15.000Z (6 months ago)
- Last Synced: 2024-07-22T05:35:20.185Z (6 months ago)
- Topics: django, django-filters, django-rest-framework, jwt-authentication, postman
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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