Skip to content

Sajjadkhan12/bookstore

Repository files navigation

https://prosourcecode.com/free-download-django-ecommerce/

bookstore

Installation

1.First you need to create a virtual environment

In windows the commands are below py -3 -m venv venv cd venv pip install -r requirements.txt (The requirements for this project will be installed)

2.Project Setup

cd bookstore python manage.py migrate (this will migrate everythings) Now create superuser (python manage.py createsuperuser) and add some books to it

Home page

Remember on home page it will show only 8 products 1 2 3 4

Product Detail Page

5

Cart Page

6

Checkout Page

7