Video Link: https://youtu.be/wcF52BiTjIw
• The system is designed to allow users to set up their products for auctions
• Bidders to register and bid for various products available for bidding
• One who makes the highest bid, wins the product
- Django
- JavaScript
- SQLite
- HTML5
- CSS3
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser