An eBay-like e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist". This project was built using Django for backend and HTML for front-end. Data was managed in Django's inbuilt database, SQLite3.Project is mainly focused on back-end.
Description:
-
Create Listing: Users are able to create a listing of the item they intend to auction off.
-
Active Listings Page: List of all the available and recently auctioned off items on the website.
-
Detailed page(Product): Each product has a page with detailed summary of the product and status of the bidding. User is able to set bids that are higher than the current bid. The (only) original owner is able to end auction when they please.
-
Watchlist Page: Users who are signed in are be able to visit a Watchlist page, which displays all of the listings that a user has added to their watchlist. Clicking on any of those listings takes the user to that listing’s page.
-
Categories: Users are be able to visit a page that displays a list of all listing categories. Clicking on the name of any category takes the user to a page that displays all of the listings in that category.
-
Django Admin Interface: Via the Django admin interface, a site administrator is be able to view, add, edit, and delete any listings, comments, and bids made on the site.