You are on page 1of 45

A PROJECT PRESENTATION ON

online book store

GUIDED BY:
SEM=VI PROF.HIRAL B. PATEL
GROUP NO=16

Developed by,
SUBMITTED TO:
PRAJAPATI JENCY ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER
(20032211089) STUDIES
KURESHI TASSAVAR GANPAT UNIVERSITY,KHERVA 384012
(20032211033)
Project Profile

Project Title WEBSITE FOR ONLINE BOOK STORE


Objective to buy books from online web application

Front End HTML, PHP


Back End MYSQL
Operating System Windows 10
Application Type Web Application
Team Member Prajapati Jency(20032211089)
Tassavur kureshi (20032211033)
Project Guide Prof.Hiral Patel (Internal Guide)
Group No 16
EXISTING SYSTEM

❖ This system is not much user-friendly.

❖ It is a very time consuming process.

❖ Data recorded on paper,so stationary expenses increasing day by


day.

❖ For this type of shopping,one needs to have ample amount money


and time.

❖ Description about the product is less available and mostly verble


only
NEED FOR NEW SYSTEM

❖ Customers can get their book delivered instead of actually


going and buying the book.

❖ Managing of inventory in the shop for shopkeeper become


easier as customer are not visiting and ordering online.

❖ This system save both time and travelling cost of customer.

❖ User can get to know different kinds of books that they were
unaware about.
.
SYSTEM
REQUIREMENTS
HARDWARE & SOFTWARE
REQUIREMENTS (RECOMMENDED)

ADMIN SIDE

HARDWARE

PROCESSOR Intel Core 2 Duo Or Above

RAM 4 GB or maximum

HARDDISK 250 GB or maximum

INTERNET CONNECTIONS

SOFTWARE

OPERATING SYSTEM Windows System

BROWSER Any browser


HARDWARE & SOFTWARE
REQUIREMENTS(RECOMMENDED)
USER SIDE

HARDWARE
PROCESSOR Intel Core 3 Duo or Above

RAM 2 GB or maximum

HARDDISK 50 GB or maximum

INTERNET CONNECTIONS

SOFTWARE

OPERATING SYSTEM Windows 10

BROWSER Any browser


Flow Chart(Admin)
START

Username/
Password

No
login

Yes

Manage category

Manage Books

A
Flow Chart(Admin)
A

Manage Registration

View order detail

Sales Reports

logout

STOP
FLOW CHART(USER)
START

View Product

No IS
Register
register?

Yes

Username/
Password

Login No
verify

A
Flow Chart(User)

View category

View product

No
Want to
buy
product

Add to cart
STOP
A
Flow Chart(User)

place order

View order detail

Logout

STOP
DATA FLOW DIAGRAM
CONTEXT LEVEL

Request for 0.0 Product Details


user online
ADMIN book USER
Response User store Search product
First level DFD for Admin
Id/password Id/password
1.0 Login_TBL
Admin
Login response
Login Login detail

Manage category info


Manage category
2.0
Manage Category_TBL
View category
Manage category info category detail

Manage product books info


3.0
Books_TBL
Manage
order books View book
books detail

A
View 4.0 Registrantion
Registration Registranti Info registration_TBL
ADMIN Response on Response

View Order 5.0 Order info


View order_TBL
Order View order
Order info
detail
Generate
Report Generate Report
6.0
Reports report
check out view checkout
information details
First level DFD for user
View main
category detail
Main category
1.0 category_TBL
User
View main
View main category
category info category detail

Product info View product detail


2.0
Book_TBL
View
View product info Books Product detail

register info view register detail


3.0 Registration_TBL
Registr
view register info register detail
ation
4.0
Add to cart info Add to cart info
Add to
USER cart
Cart_TBL
View add to cart info Cart info

5.0 order detail


Order info
Place Order_TBL
Order Order detail
View order info
t io n a r y
A D i c
DAT
No
Data dictionary
Table Name

1 Login_TBL

2 Books_TBL

3 Category_TBL

4 Order_TBL

5 Registration_TBL

6 Card_TBL
Login_TBL

No Field name Data type Constraint Description

1 Username Varchar (20) Primary key Username

2 Password Varchar (30) Not null Password


Registration_TBL

NO Field name Data type Constraint Description

1 R_id Int(5) Primary key To display id

2 Firstname Varchar(9) Not Null To display


Fname
3 Lastname Varchar(10) Not Null To display
Inname
4 E-mail Varchar(10) Not Null To display Email

5 Gender Nvarchar(10) Not Null To display


Gender
6 Address Nvarchar(10) Not Null To display
Address
7 Phone Nvarchar(10) Not Null To display
Phone
8 Password Nvarchar(10) Not Null To display
Password
Books_TBL

NO Field Name Data type Size Constraint Description

1 Book_id Number 10 Primary key Book ID

2 Book_name text 20 Not null Book name

2 Category_id Number 10 Foreign key Categories id

3 Category_Name Text 25 Not Null category


Name

4 Amount Number 10 Not null Price

5 Img Img - Not null Img info

6 Quantity Number 10 Not null Quantity Total

7 Description text 50 Not null Description


information
Category_TBL

No Field name Data type Size Constraint Description

1 Category_id int - foreign key Product id info

2 Category_na Char 30 Not null Product name


me info
Cart_TBL
No . Field name Size Data constraint Description
Type

1. Cart_id 30 Numeric Foreign key Product id

2. E-mail 30 Varchar Primary key E-mail id

3. Username 30 Varchar Primary key Username id

4. Category_id 15 varchar Foreign key Category id

5. Amount 10 Number Not null Price of product

6. Book_id 10 Number Not null Book_id

7. Quantity 10 Number Not null Quantity of Product


Order_TBL
No Field name Data type Constraint Description

1 O_id Numeric Primary key Order id

2 UserName Varchar Not null User name

3 Address Varchar Not null Address of user

4 Category_id Varchar foriegn key Name of categry

5 Price Varchar Not null price of book

6 Order_date Date Not null Place order

7 Amount Numeric Not null Final amount

8 Quantity Quantity Not null Quantity of book


i ag r am
E-R D
View Manage
Registration_TBL

R_Password
R_id Username Email

Manage M Login_TBL M Login

Username Password

Manage M Category_TBL M View

C_Id C_name

1 1 1
M M M
ADMIN USER
ADMIN USER
1 1 1 1 M M M M

Manage Book_TBL Add

Categor
P_id
y_id

Manage Cart_TBL Add

P_id Crat_id

M M
Manage Order_TBL Give

O_id Cart_id
I G N
DE S
UT
INP
User side login page
User side home page
Contact us
User side registration
page
Admin side
Admin side

You might also like