Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 706 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 706 Bytes

Backend part of eCommerce project made by Django Rest Framework

(Frontend part: https://github.com/dodep/vue-ecommerce)

eCommerce project:

name: Fictional Online Art Shop

features:

Of Non Authenticated Users:

-Search Products by Title
-Search Products by Author
-Search Products by Category
-Sort Products by price
-Add Product to Cart
-Increase Product quantity
-Decrease Product quantity
-Remove Product From Cart
-Payment Getaway (Braintree)
-Email Notification

Of Authenticated Users:

-All previous
-Password Reset
-Payment History
-Opportunity to Become an Author and Post Products

Of Author Users:

-All previous
-Add Product
-Edit Product
-Edit Profile