CS50-Commerce
Table of contents
Description and requirements
Design an eBay-like e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.”
All requirements can be viewed here: https://cs50.harvard.edu/web/2020/projects/2/commerce/
Live version can be viewed here: http://cs50commerce.pythonanywhere.com/
Preview
View Listings
View Listing Page
Installation
To set up this project on your computer:
- Download this project
gti clone https://github.com/JSerwatka/CS50-Commerce.git - Install all necessary dependencies
pip install -r requirements.txt - Make migrations
python manage.py makemigrations - Migrate
python manage.py migrate
Special thanks to Brian and the entire CS50 team for making learning easy, engaging, and free.
On this page
Languages
Python47.5%HTML38.7%CSS11.3%JavaScript2.4%
Contributors
Created November 11, 2020
Updated August 4, 2024

