Skip to content

damlayildiz/Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commerce

This is a simple website for auction sales.

Features

  • Create Listing Page where users can specify a title, a description, the starting bid, a URL of an image and a category.

  • Active Listings Page where users can view all of the currently active auction listings.

  • Listing Page: Users can view all details like current price about the listing. Additionally, If the user is signed in, user;

    • can add/remove the item to/from their Watchlist.
    • can bid on the item.
    • can add or view comments to/on the listing page.
    • If the user is the one who created the listing, the user can close the auction from this page.
    • On a closed listing page, if the user has won that auction, the page indicates that.
  • Watchlist which displays all of the listings that a user has added to their watchlist.

  • Categories Page 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 active listings in that category.

Screenshots and Demo

Screenshot from 2021-03-14 00-26-14

Screenshot from 2021-03-14 00-26-20

Screenshot from 2021-03-14 00-26-26

Youtube Demo Link

Run Search locally

Step 1: Clone project

 git clone https://github.com/damlayildiz/Commerce.git
 cd Commerce 

Step 2: Run the project

 python manage.py runserver