Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 812 Bytes

Commerce

A web app that allows users to list items and bid on them, similar to sites like eBay. This project is part of the CS50's Web Programming with Python and JavaScript course offered by HarvardX.

Specification

  • Registered users can add new listings.
  • Users can view the active listings.
  • Signed in users can bid on the items.
  • Users can add listings to their watchlist.
  • List items by their categories.

The full specification list can be found here.

Video

CS50W.-.Commerce.mp4

Description

  • 00:00 - Create Listing
  • 00:31 - Active Listings Page
  • 00:42 - Listing Page
  • 01:44 - Watchlist
  • 01:55 - Categories
  • 02:17 - Django Admin Interface