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.
- 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.
CS50W.-.Commerce.mp4
- 00:00 - Create Listing
- 00:31 - Active Listings Page
- 00:42 - Listing Page
- 01:44 - Watchlist
- 01:55 - Categories
- 02:17 - Django Admin Interface