Skip to content

MuskanGupta1503/Ecommerce-website

Repository files navigation

Ecommerce Website

A ecommerce website built using Django framework. Features include add to cart facility,placing orders and tracking their completion. Admin can add products and categories and complete orders. Users ,on registration, can place their orders and track its completion.

Technology used:-Django(python Framework),Sqlite3,HTML,bootstrap

Installation

Python and Django need to be installed

pip install django

open terminal and type

git clone https://github.com/MuskanGupta1503/Ecommerce-website.git

run requirements.txt

pip install -r requirements.txt

migrate

python manage.py make migrations

python manage.py migrate

Usage

Go to Eshop folder and run

python manage.py runserver

Then go to the browser and enter the url http://127.0.0.1:8000/

Screenshots

Main page

dashboard

Categories

category

Signup

signup

Login

login

Your Cart

cart

CheckOut form

checkout

Orders

orders

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published