Skip to content

Features

Matt Kleinsmith edited this page Jan 9, 2023 · 4 revisions

Features

Products

  • Sellers can CRUD their products
  • Users can view lists of products
  • Users can view a particular product's details

Reviews

  • Buyers can CRUD their own reviews on their purchases page
  • Reviews are shown in a product's details

Physical addresses

  • Logged in users can CRUD their own physical addresses.
  • Logged in users can specify a physical address during checkout

[Not implemented] Shopping carts

  • Users can CRUD shopping cart items
  • Logged in users can checkout
  • Logged in users can buy a product in one click from the product's page

Bonus features:

Image uploads

  • Hosted by AWS S3 bucket
  • Upload from local computer. No URL required

Search

  • Users can search for products by keyword, using a search bar
Clone this wiki locally