https://github.com/fx818/rest-api-ecommerce_site
E commerce REST API using Django RestFramework (DRF)
https://github.com/fx818/rest-api-ecommerce_site
django django-filters django-rest-framework jwt-authentication postman
Last synced: 12 months ago
JSON representation
E commerce REST API using Django RestFramework (DRF)
- Host: GitHub
- URL: https://github.com/fx818/rest-api-ecommerce_site
- Owner: fx818
- Created: 2024-07-22T04:18:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T04:22:15.000Z (over 1 year ago)
- Last Synced: 2025-02-04T00:49:41.610Z (about 1 year ago)
- Topics: django, django-filters, django-rest-framework, jwt-authentication, postman
- Language: Python
- Homepage: https://818anurag.pythonanywhere.com/products/allproducts/
- Size: 42 KB
- Stars: 0
- Watchers: 1
- 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