- Built on Django framework this web app runs on top of SQL3 development server
- Bootstrap framework is used to render frontend css styling
- PayPal API is used to enable payments on checkout
- An E-commerce store with Django framework
- To be hosted on AWS server
- To be deployed using AWS Beanstalk Service
- Static files to be stored on Amazon S3
- Will use amazon RDS PostGreSQL database
- Rating stars rendered with FontAwesome.
- Shows:
- Average rating of the product.
- Every users review rating.
- Total number of reviews so far of the product.
- The user can see all reviews of the product in this view.
- Admin can turn on/off reviews every review.
- Only previous purchasers of a product can review the product.
- Can add or decrement the cart_item here.
- Can remove entire cart_item here.
- Items summary before checkout
- can confirm product variations
- A user can:
- Edit their profile including profile picture
- View their order history
- Change their password
- Logout



