This is a simple e-bay like project using django and sqlite3. It is possible register/login users, make bids, filter auction listings, make comments on the listings and add them to a wishlist. You can also mke new listings and close them as well. The demo can be watched here
After creating a virtual environment, install django
pip3 install django
Now, you can run the app by
python manage.py runserver