https://github.com/h5sh/commerce
Bidding
https://github.com/h5sh/commerce
bidding commerce css django-framework html5 python
Last synced: about 2 months ago
JSON representation
Bidding
- Host: GitHub
- URL: https://github.com/h5sh/commerce
- Owner: H5SH
- Created: 2023-06-23T08:05:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T15:56:48.000Z (almost 3 years ago)
- Last Synced: 2025-09-14T06:59:31.024Z (10 months ago)
- Topics: bidding, commerce, css, django-framework, html5, python
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Commerce
## Login and Sign up:
User can sign up by providing email, password and a unique username.
Already signed in user can login using the username and password.
## New listing:
Authenticated user is able to create new listing by providing picture (optional), Name, starting price, Category(optional) and description.
## Index Page:
Main page is an Active listing page, which displays the listing's names, descriptions, Image if any
and current highest bids to the authenticated and unauthenticated users.
## Listing page:
Listing page displays entry name, description, category, comments, Image if any and current highest bid
to the unauthenticated user. While authenticated users can also add comment and bid on the product
(new bid must be higher then previous bid) furthermore authenticated user can add the listing to there
watchlist or the like list (if the product is already present in the watchlist then the user can remove
it from the watchlist)
## The Owner of the listing:
The creator of the listing will have an additional option and that would be to close the biding.
Incase of closure the listing would not appear on Active listing page and the highest bidder would
be considered as the winner of the auction and listing would then be added to his/her Auction won page.
## Search:
There are multiple ways to search for a listing, user can manually search by scrolling the Active listing
page or user can search according to the specific category. Lastly user can also search using the search
bar readily present at the top of the page. Even if the user search query is not accurate, the listing
with similar titles would be displayed. For example if the user types leg then the listing with title Lego
would be displayed.
## Database:
The site has a custom build database according to the requirments, using SQL
## HomePage display
