This is an ebay-like auction site made with Django.
Clone the project
git clone https://github.com/yubint/commerce/Go to the project directory
cd commerceInstall requirements.txt
pip install -r requirements.txtStart the server
python manage.py runserver



