Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce

Video Link: https://youtu.be/wcF52BiTjIw

• The system is designed to allow users to set up their products for auctions
• Bidders to register and bid for various products available for bidding
• One who makes the highest bid, wins the product

image

Tools And Technologies

  • Django
  • JavaScript
  • SQLite
  • HTML5
  • CSS3

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

Creating Superuser

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

image

Models In Django Administration

image

About

An eBay-like e-commerce auction site built using Django and SQLite

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages