https://github.com/amssdias/ebay-auction
eBay-like e-commerce auction site.
https://github.com/amssdias/ebay-auction
django python
Last synced: 3 months ago
JSON representation
eBay-like e-commerce auction site.
- Host: GitHub
- URL: https://github.com/amssdias/ebay-auction
- Owner: amssdias
- Created: 2020-08-24T15:34:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T17:49:56.000Z (over 4 years ago)
- Last Synced: 2025-01-13T19:24:37.741Z (5 months ago)
- Topics: django, python
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ebay auction website
Project for course CS50 WEB DEV, 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.”
## Getting Started
### Prerequisites
* Python - 3.8.4 or up
* Django
### Installing* Download latest version of [Python](https://www.python.org/downloads/)
Once installed open your terminal window and type:
```
pip install django
```### Run
- Download the project, open terminal window on folder with 'manage.py' and type:
```
python manage.py runserver
```> Made on August - 2020