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

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.

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