Skip to content

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

Notifications You must be signed in to change notification settings

tanujajoshi1/E-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published