0% found this document useful (0 votes)
86 views10 pages

Implementation of Online Library Management System: A Micro Project Report

This document describes the implementation of an online library management system. It discusses developing a computerized system to manage the daily operations of a library. The system will allow users to request books from the librarian and give the librarian and admin the ability to manage book issues, returns and the system overall. The project uses technologies like HTML, PHP, CSS and Bootstrap for the front end and back end. It discusses modules like user registration, book search, book request, issue/return. Testing is done using unit, integration and system testing to ensure proper functionality.

Uploaded by

ashok reddy
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)
86 views10 pages

Implementation of Online Library Management System: A Micro Project Report

This document describes the implementation of an online library management system. It discusses developing a computerized system to manage the daily operations of a library. The system will allow users to request books from the librarian and give the librarian and admin the ability to manage book issues, returns and the system overall. The project uses technologies like HTML, PHP, CSS and Bootstrap for the front end and back end. It discusses modules like user registration, book search, book request, issue/return. Testing is done using unit, integration and system testing to ensure proper functionality.

Uploaded by

ashok reddy
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/ 10

IMPLEMENTATION OF ONLINE LIBRARY MANAGEMENT SYSTEM

A MICRO PROJECT REPORT

Submitted in partial fulfillment of the requirements


For the award of the degree of

BACHELOR OF TECHNOLOGY
In
COMPUTER SCIENCE & ENGINEERING

Submitted by

S. Parvathi B .Vishnupriya
Roll No: 174N1A0516 Roll No: 174N1A0503

Under the Guidance of


Mr. SK.ABHID HUSSAIN,
Ms. B.SARANYA

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING


VISVODAYA ENGINEERING COLLEGE
KAVALI-524 201, NELLORE DISTRICT, A.P.
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTHAPUR,
ANANTHAPURAM, A.P., INDIA

OCTOBER 2019
IMPLEMENTATION OF ONLINE LIBRARY MANAGEMENT SYSTEM

A MICRO PROJECT REPORT

Submitted in partial fulfillment of the requirements


for the award of the degree of

BACHELOR OF TECHNOLOGY
in
COMPUTER SCIENCE & ENGINEERING

Submitted by

S .Parvathi B .Vishnu priya


Roll No: 174N1a0516 Roll No : 174N1A0503

Under the Guidance of


Mr. SK.ABHID HUSSAIN,
Ms. B. SARANYA

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING


VISVODAYA ENGINEERING COLLEGE
KAVALI-524 201, NELLORE DISTRICT, A.P.
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY ANANTHAPUR,
ANANTHAPURAM, A.P., INDIA

OCTOBER 2019
VISVODAYA ENGINEERING COLLEGE
KAVALI

BONAFIDE CERTIFICATE

Certified that this project report “ONLINE LIBRARY MANAGEMENT


SYSTEM” is the bonafide work done by S. parvathi (174N1A0516),B. Vishnupriya
(174N1A0503)”, who carried out the project under my guidance during the year 2019,
towards partial fulfillment of the requirements of the Degree of Bachelor of Technology in
Computer Science & Engineering from Jawaharlal Nehru Technological University,
Ananthapur. The results embodied in this report have not been submitted to any other
University for the award of any degree.
CERTIFICATE OF AUTHENTICATION

We solemnly declare that this project report “ONLINE LIBRARY


MANAGEMNT SYSTEM” is the bonafide work done purely by us, carried out under
the supervision of towards partial fulfillment of the requirements of the Degree of
BACHELOR OF TECHNOLOGY in Computer Science & Engineering from
Jawaharlal Nehru Technological University, Anantapur during the year 2019.

It is further certified that this work has not been submitted, either in part of in
full, to any other department of the Jawaharlal Nehru Technological University, or any
other University, institution or elsewhere, or for publication in any form.

DATE: SIGNATURE OF THE STUDENTS

S.PARVATHI

(174N1A0516)

B.VISHNU PRIYA

(174N1A0503)
ACKNOWLEDGEMENT

We express heartfelt gratitude towards our institution, VISVODAYA


INSTITUTE OF TECHNOLOGY & SCIENCE, KAVALI for giving me an
opportunity for the successful completion of our degree.

We express great sense of gratitude and indebtedness to our beloved Chairman and
Academic In-Charge for promoting excellent academic environment in the course.

It gives us immense pleasure to express my gratitude to our Principal


who gave an opportunity in completing this course.

We deeply express profound gratitude and wholehearted thanks to our beloved


Head of the Department Dr. D .Suzan Chandra Reddy, Associate Professor, Department
of Computer Science and Engineering, who provided us with necessary facilities, guidance
and endless encouragement which helped us a lot in completing the project with in time.

We express great sense of gratitude and indebtedness to our beloved guide


Sk.Abidh Hussain and B. Saranya for inspiring guidance and her encouragement
throughout the course and project.

We also express gratitude to our lecturers and lab coordinators, non-teaching staff
and friends who directly or indirectly helped us in completing the project successfully and
providing us with suitable suggestions and guidance throughout.
ONLINE LIBRARY MANAGEMENT SYSTEM

ABSTRACT
Online Library Management System is a project which aims in developing a
computerized system to maintain all the daily work for the library. This project provides
the facilities to generate a book request to the librarian. Library management system also
has facility like of admin login through which the admin can monitor the whole system.
The librarian after logging into his account can generate various option such as new student
new book, issue book for the requested student and return book details.

Overall Web based Library Management System is a project to help the students as well
as staff of library to maintain the library in the best way possible and also to reduce the
human efforts.
LIST OF CONTENTS

CHAPTER NO TITLE PAGENO

1. INTRODUCTION 1

1.1 Project Introduction 1

1.2 Problem Statement 2

1.3 Existing System 3

1.4 Proposed System 4

1.5 Modules 4

2. SOFTWARE REQUIREMENT SPECIFICATION 6

2.1 System Requirements 6

2.1.1Hardware Requirements 6

2.1.2 Software Requirements 6

3. SYSTEM DESIGN 7

3.1 System Architecture 7

3.2 System Description 8

3.3 UML Diagrams 8

3.3.1 Use case Diagram & Description 9

3.3.2 Sequence Diagram 10

3.3. 3 Class Diagram Description 11


4. SYSTEM IMPLEMENTATION 13

4.1 Technologies Used

4.1.1 HTML 13

4.1.2 PHP 14

4.1.3 CSS 14

4.1.4 BOOTSTRAP 15

4.1.5About Back End 16

4.2 Modules Implementation 17

5. SCREEN SHOTS 25

5.1 Software Testing 27

5.1.1 Unit testing 28

5.1.2Integration Testing 28

5.1.3 System Testing 28

5.1.4 Test Cases 29

6. CONCLUSION 30

7. REFERENCES 31
LIST OF ABBREVIATIONS

ABBREVIATION Meaning

CSS Cascading Style Sheets

HTML Hypertext Markup Language

PHP php Hypertext Preprocessor

SQL Structured Query Language

XAMPP X-Crossed Platform

A-Apache

M-MySQL

P-PHP

You might also like