You are on page 1of 19

GOVERNMENT ARTS COLLEGE – COIMBATORE-18.

DEPARTMENT OF INFORMATION TECHNOLOGY

Booksky Website
Project Review - I

Under the Guidance of


Name : N . Subasri Dr. P. Sumathi
Reg No : 21BIT210 Associate Professor
Class : III BSc IT
AGENDA

 INTRODUCTION
 EXISTING SYSTEM
 PROPOSED SYSTEM
 HARDWARE REQUIREMENTS
 SOFTWARE REQUIREMENTS
 MODULES
 DATA FLOW DIAGRAM
 ER DIAGRAM
 DATABASE DESIGN
INTRODUCTION :

 The Project is Entitled as “ Booksky Website ” Created by using HTML, CSS, as Front
end and Javascript , PHP Backend coding language .

 Our online literary haven , where words weave tales and knowledge
resides between the Pages . Immerse Yourself in a curated collection
of books that based on Categories , Inviting you to explore new
worlds and perspectives .Whether you seek thrilling adventures
insightful wisdom , or captivating fiction , our shelves hold treasures
for every Reader . Join us on a journey where the turning of pages
unveils endless Possibilities . Happy Reading !
EXISTING SYSTEM :

In the context of a Booksky website ,the existing system refers to the


current state of the website , including its features and functionalities .
1 . User Interface :
Describe the layout , design , and overall look of the website .
2 . Content Management :
Detail how books and other content are currently managed on website ,
how many books are added and existing ones are updated .
3 . Search Functionality :
Explain how users can search for books on the website , including any
filters or categories available .
4 . Database Structure :
Provide information on the organization of the database ,
including Tables and Relationships .

5 . Navigation :

Describe how users navigate through the website


and find information .
Drawbacks :

• Limeted Search Capabilites


• Outdated User Interface
• Ineffective Content Management
• Limited Interactivity
• Security Concerns
PROPOSED SYSTEM :

1 . Responsive Web Design :


Develop a Responsive website that adapts seamlessly to various screen sizes,
ensuring an optimal user experience on desktops ,tablets , and mobile devices .

2. User – Friendly Interface :


Design an intuitive and visually appealing user interface with easy navigation ,
clear layouts , and aesthetically pleasing elements to enhance user engagement .
3.Advanced Search and Filters :
Implement a sophisticated search system with filters based on genres ,
authors , Popular books to facilitate efficient book discovery .
4 . Secure User authentication :

Employ strong authentication measures ,including encryption and secure login

protocals , to safeguard user accounts and personal information .

5 . Scalability and Performance :

Build the website architecture to be scalable ,ensuring smooth performance


even

with increasing user traffic . Implement caching and optimization techniques


for faster load times .

By incorporating these elements into the proposed system .


Advantages :

• Enhanced User Experience

• Efficient Book Discovery

• Interactive Features

• Scalability

• User Friendly

• Filter and Search cababilities

• Stored the Book Notes


HARDWARE REQUIREMENTS :

 PROCESSOR - AMD PRO A4 – 4350B R4 ,5 COMPUTE CORES

 RAM - 4.00 GB (3.84 GB usable)

 SYSTEM TYPE - 64 – bit Operating System , x64 – based processor


SOFTWARE REQUIREMENTS :

 OPERATING SYSTEM - WINDOWS 10 Enterprise


 FRONT END - HTML , CSS
 CODING LANGUAGE - JAVASCRIPT ,PHP
 IDE - VISUAL STUDIO CODE
 SERVER - VISUAL STUDIO CODE
 BROWSER - CHROME
 DATABASE - SQL SERVER
 BACK END - JAVASCRIPT , PHP , SQL
MODULES :
 For Booksky website in web development the project might involve
various modules to ensure functionality and user experience .
 Common modules could include :

1 . User Authentication and


Authorization :
• User Registeration and Login

• Secure authentication mechanisms

• Authorization for different user roles (eg : User)


2 . Book Management :
• Adding ,Updating , and Deleting Book

• Categorizing Books into Geners

• Managing book details (Title , Author ,


Description , Cover image etc .,)
3 . Search and Filtering :
• Implementing a Search functionality

• Filtering books based on geners , authors or


other criteria
4 . Responsive Design :
• Ensuring the website is accessible and User – Friendly across different
devices
DATA FLOW DIAGRAM :

 Data flow diagram is way of representing a flow of data through a process or a System .

 The DFD also provides information about the outputs and inputs of each
entity and the process itself .

Basic Components of DFD :

- Process
- Process

- External Entity

- Flowchart / Flowline
Username
Login
REGISTER
Login Home
Password LOGIN TABLE
USER Process Success Page
TABLE fully

Books Popular Authors


Categories Books Details

Your Reading
USER Notes Books
ER DIAGRAM :

 An Entity Relationship Diagram (ER Diagram) Pictorially Explains the


Relationship Betweenentities to be stored in a database .

 Fundamentally , the ER Diagram is a structural design of the Database .

 ER Diagram is Developed by Peter Chen in 1970 .


Attributes

Password

Password Username Contact


Username
Number

Name Customer Id

Login Login the


Register
website

Entities
TABLE DESIGN :

LOGIN_TABLE :

Field Name Data Type Description Constraints

Username Varchar (30) This Field Contain Admin NOT NULL


User Name

Password Varchar (30) This Field Contain NOT NULL


Admin Password
REGISTER_TABLE :

Field Name Data Type Description Constraints

Name Varchar (30) This Field Contain Name of the User NOT NULL

Username Varchar (30) This Field Contain Username of the NOT NULL
User

Password Varchar (30) This Field Contain Password of the NOT NULL
User

Contact Number Int (10) This Field Contain Contact Number NOT NULL
of the Uesr

Customer ID Varchar (25) This Field Contain Customer ID of Primary key


the User

You might also like