This is the Auction Website. The website allows the person to create an account and then create new listings and make bids on the existing ones. The user needs to specify the title, description and the starting bid. User may also optionaly chose the category or upload a picture. The main page shows all of the listing created by the user Users may bid on the items and leave comments. When the creator of the auction is closing the auction, the winner is able to see if they have won the bid. Also, by using the admin webpage the administrator may interact with the data. They can edit add and delete comments, bids, users, or auctions
This project uses django as a web framework. The backend connect to the database using django Migrations, which are then can be easily accesed by from django administration page. This project taught me a lot about django framework and improved my OOP skills in python.
GitHub link: - Online Auction Website
Below is the video Demonstration of the user process: