/commerce

An eBay-like e-commerce auction

Primary LanguageHTML

Commerce

📘 Project 2 from Edx | Harvard CS50's Web Programming with Python and JavaScript Course

✒️ 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.”

pic0.java

pic1.java

pic2.java

pic3.java

Specification

🚀 https://cs50.harvard.edu/web/2020/projects/2/commerce/

Video

🚀 Commerce project on YouTube

Requirements

  • Python 3.11.1
  • Django 4.1.4

TIP If you have a requirements.txt file type this command: python -m pip install -r requirements.txt

How to run?

  1. Go to the directory which contains "manage.py" file
  2. Then type this command: python manage.py runserver
  3. In your Web browser use a URL: http://127.0.0.1:8000/