A django web app that you can use to auction any tech related item and also can place bids. You can manage all the objects from the admin panel by creating a super user. Here is the demo video.
https://github.com/ahmedivy/techTrade
Then
cd techTrade
Make migrations:
python manage.py makemigrations auctions
python manage.py migrate
Run server:
python manage.py runserver