Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (21 loc) · 1.01 KB

Auction

  • An auction site where users can bid on the listed items after logging into the page.
  • Each listed items have the item's name, the image of the item, starting bid, the start time, the end time, and the option for bidding.
  • The bidding can only be placed between the start and end time.
  • Once the auction is complete, i.e., crossing end time, it shows the user (winner) who has quoted the highest amount.

All the CRUD operations done by django admin :-

Django Admin Credentials:

  • Username = "admin"
  • password = "auction"

Webiste look:

Demo Video-

Auctions.-.Google.Chrome.2023-09-07.11-34-12.mp4

Snapshot -

Screenshot (174)


Screenshot (175)

Run the server:

In Terminal type and enter python manage.py runserver