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
- Host: GitHub
- URL: https://github.com/andrzejszelag/commerce
- Owner: AndrzejSzelag
- Created: 2022-12-14T19:36:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T06:35:58.000Z (over 1 year ago)
- Last Synced: 2025-01-21T12:47:10.252Z (5 months ago)
- Topics: bootstrap4, django-framework, python3, sqlite3
- Language: HTML
- Homepage: https://github.com/AndrzejSzelag/commerce
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.โ



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