Skip to content

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.

Matheus2608/e-commerce-auction-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e-commerce-auction-site

This repository is my solution to Commerce project of CS50’s Web Programming with Python and JavaScript course by Harvard.

This is an image

🚀 How to execute:

  • Check my website or run it loccaly doing the following steps:
  • Clone the repository using git clone
  • Install the dependencies (Django)
  • Change to commerce directory using cd commerce
  • Run python manage.py runserver
  • That will make django start the application on your machine and you will receive a message like this one:
Performing system checks...

System check identified no issues (0 silenced).
December 09, 2021 - 15:21:25
Django version 3.2.8, using settings 'commerce.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
  • Copy that url and paste it on your browser and hit enter, and the site will appear, enjoy it.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published