To set up this project on your computer:
- Install all necessary dependencies
pip install -r requirements.txt - Make migrations
python manage.py makemigrations - Migrate
python manage.py migrate - Run
python manage.py runserver
An eBay-like e-commerce auction site that allows users to add auction listings, place bids, add comments on listing.
