0% found this document useful (0 votes)
2 views

Formatted_Book_Store_Project_Report

The document is a project report for a web-based bookstore developed by Taufik as part of a BSc in Computer Science. It outlines the existing system limitations, proposed system features, user requirements, and includes various design diagrams for analysis. The project aims to enhance accessibility and streamline the online book purchasing process using technologies like PHP and MySQL.

Uploaded by

Taufik Shaikh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Formatted_Book_Store_Project_Report

The document is a project report for a web-based bookstore developed by Taufik as part of a BSc in Computer Science. It outlines the existing system limitations, proposed system features, user requirements, and includes various design diagrams for analysis. The project aims to enhance accessibility and streamline the online book purchasing process using technologies like PHP and MySQL.

Uploaded by

Taufik Shaikh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Book Store Website Project Report

Submitted By: Taufik


BSc Computer Science

March 2025
INDEX

1. Acknowledgement - Page 3

2. Introduction - Page 4

2.1 Existing System

2.2 Scope of the System

2.3 Platform Technology Used

3. Proposed System - Page 6

3.1 User Requirements

4. Feasibility Study - Page 7

5. Data Dictionary - Page 8

6. Analysis and Design - Page 9

6.1 ER Diagram

6.2 Class Diagram

6.3 Use Case Diagram

6.4 Activity Diagram

6.5 Sequence Diagram

6.6 Component Diagram

6.7 Deployment Diagram

7. Interface Design - Page 15

8. Bibliography - Page 16
1. Acknowledgement

I would like to express my gratitude to my professor, friends, and family for their continuous support

throughout this project.


2. Introduction

This project is a web-based bookstore that provides users with the ability to browse, search, and

purchase books online. It improves accessibility and offers a seamless shopping experience.
2.1 Existing System

Traditional bookstores require physical visits, making it time-consuming. The lack of online access

limits users' ability to browse and purchase books easily.


2.2 Scope of the System

The system allows users to register, browse books, add them to a cart, and purchase online. It also

includes an admin panel for book and order management.


2.3 Platform Technology Used

This project is developed using PHP, MySQL, HTML, CSS, and JavaScript. The database stores

book details, user information, and order records.


3. Proposed System

The new system provides an online platform for booksellers and buyers to interact and perform

transactions conveniently.
3.1 User Requirements

Users should be able to search for books, add them to a cart, and place orders. The admin should

manage books, categories, and orders efficiently.


4. Feasibility Study

The system is technically and economically feasible. It uses open-source technologies to reduce

development costs while ensuring scalability.


5. Data Dictionary

The database includes tables such as Users, Books, Orders, and Cart. Each table stores necessary

attributes for efficient record management.


6. Analysis and Design

The system is designed with various diagrams for better understanding. Below are the detailed

diagrams.
6.1 ER Diagram

Diagram showing entity relationships between users, books, and orders.


6.2 Class Diagram

Diagram representing the object-oriented structure of the system.


6.3 Use Case Diagram

Diagram illustrating interactions between users and system components.


6.4 Activity Diagram

Workflow representation of how users interact with the system.


6.5 Sequence Diagram

Step-by-step interaction sequence between system objects.


6.6 Component Diagram

Diagram showing software components and their dependencies.


6.7 Deployment Diagram

Hardware and software infrastructure representation.


7. Interface Design

Screenshots of the websites user interface and functionality.


8. Bibliography

References to the technologies and resources used in this project.

You might also like