Skip to content

ZhuoweiWen/Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commerce

Table of contents

Installation

To set up this project on your computer:

  1. Install all necessary dependencies
    pip install -r requirements.txt
    
  2. Make migrations
    python manage.py makemigrations
    
  3. Migrate
    python manage.py migrate
    
  4. Run
    python manage.py runserver
    

Description

An eBay-like e-commerce auction site that allows users to add auction listings, place bids, add comments on listing.

Preview

All Listings

All_Listings

Listing Page

Listing_page


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published