/e-commerce-website

Auction site using Django framework, SQLite as database and Bootstrap4 for responsive design.

Primary LanguagePython

e-commerce-website | Sample Run

E-commerce auction site that allows users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.” Using Python with Django framework, SQLite as database and Bootstrap4 for responsive design.

Installation

Create Database

python manage.py migrate

Run Server

python manage.py runserver

Visit

127.0.0.1:8000