Skip to content

shrutibakutra/Ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project E-Commerce

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:

  1. Create Listing: Users are able to create a listing of the item they intend to auction off.

  2. Active Listings Page: List of all the available and recently auctioned off items on the website.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages