An open API service indexing awesome lists of open source software.

https://github.com/andrzejszelag/commerce

An eBay-like e-commerce auction
https://github.com/andrzejszelag/commerce

bootstrap4 django-framework python3 sqlite3

Last synced: 3 months ago
JSON representation

An eBay-like e-commerce auction

Awesome Lists containing this project

README

        

# 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](pic0.png "AUCTIONS - Register")

![pic1.java](pic1.png "AUCTIONS - Create Listing")

![pic2.java](pic2.png "AUCTIONS - Listing")

![pic3.java](pic3.png "AUCTIONS - Congratulations")

### Specification

๐Ÿš€ https://cs50.harvard.edu/web/2020/projects/2/commerce/

### Video

๐Ÿš€ [Commerce project on YouTube](https://youtu.be/U57J0R6fpMk)

### 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/__