Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel-jaimon/auctions-django-project
Design of 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.”
https://github.com/joel-jaimon/auctions-django-project
django django-framework djangoadmin ecommerce-website mysql mysql-database python-3
Last synced: about 1 month ago
JSON representation
Design of 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.”
- Host: GitHub
- URL: https://github.com/joel-jaimon/auctions-django-project
- Owner: joel-jaimon
- Created: 2020-07-31T17:18:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T18:52:30.000Z (over 4 years ago)
- Last Synced: 2024-04-13T10:36:09.580Z (7 months ago)
- Topics: django, django-framework, djangoadmin, ecommerce-website, mysql, mysql-database, python-3
- Language: Python
- Homepage:
- Size: 1.3 MB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auctions-Django
Design of a proper functional 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”.
Django Admin Credentials:
Homepage
List Page
Specifications:
Create Listing Page:
Users will be able to visit a page to create a new listing. They will be able to specify a title for the listing, a text-based description, and what the starting bid should be. Users can also optionally add an URL for an image for the listing and/or a category (e.g. Fashion, Toys, Electronics, Home, etc.).
Active Listings Page:
The default route let users view all of the currently active auction listings. For each active listing, this page display the title, description, current price, and photo (if one exists for the listing).
Listing Page:
Clicking on a listing take users to a page specific to that listing. On that page, users will be able to view all details about the listing, including the current price for the listing.
Watchlist:
Users who are signed in will 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 take the user to that listing’s page.
Categories:
Users will 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 active listings in that category.
Django Admin Interface:
Via the Django admin interface, a site administrator will be able to view, add, edit, and delete any listings, comments, and bids made on the site.