Online Library Management System
An interactive web portal for automating various manual processes done by librarian.
Abstract
Manual process of keeping student records, book records, account details, managing employee is very difficult. There are various problems also faced by the student in library such as finding any particular book, information whether book is available or not, for what time this book will be available, searching of books using ISBN number etc. To eliminate this manual system, Library Management System has been developed.
You can download the report here. To download the presentation, click here.
You can check the screenshots of User Interface here.
Core Features
- Searching of books
- Issuing and returning books
- Check fines(if any)
- Librarian can read information about any member
- Librarian can track the books issued by a particular student
- Librarian can add/remove any member(student).
- Librarian can add/delete books
- Librarian can update the availability status of the books
Additional Features
Admin Dashboard deal with the following :
-
Displaying all members records.
-
Displaying all books records.
-
Update Book Records.
-
Delete Book Records
-
Add Book Records
-
Add Member/Student Records
-
Delete Member/Student Records
-
Update Member/Student Records.
Modules
- Admin login
- Search Books
- Add and Update Books
- Add and Remove Members
- Issue Books
Technology Stack Used
- Front End - HTML, CSS, JavaScript
- Back End - PHP
- Database - MySql
Requirements
The source code of this project is written in PHP. So, you'll require WAMP/XAMPP/MAMP to run this project.
Installing
How to run?
- Download this repo and extract it in your www/htdocs directory.
- Import the [database] from db folder.
- Configure
dbcon.php
- Run
localhost/{YOUR FOLDER NAME}
Need help?
if (needHelp === true) {
var emailId = "[email protected]";
// email is the best way to reach out to me.
sendEmail(emailId);
}
Feel free to contact me via Facebook.
Invite me to connect on LinkedIn.
VITian?
Are you aLooking for the "J" Component stuffs, you've landed at right place!
You can use this project for the following courses :
Course Name | Course Code |
---|---|
Database Management Systems | ITE1003 |
Open Source Programming | ITE1008 |
Object Oriented Analysis and Design | ITE1007 |
Software Engineering-Principles and Practices | ITE1005 |
License
MIT © Vinit Shahdeo
Oh, Thanks!
Thank you for being here! This project has saved me and my friends for many times in college.
____ _ _ _
/ ___| | __ _ __| | | |_ ___
| | _| |/ _` |/ _` | | __/ _ \
| |_| | | (_| | (_| | | || (_) |
\____|_|\__,_|\__,_| \__\___/
___ ___ ___
/ __|/ _ \/ _ \
\__ \ __/ __/
|___/\___|\___| _ _
_ _ ___ _ _ | |__ ___ _ __ ___| |
| | | |/ _ \| | | | | '_ \ / _ \ '__/ _ \ |
| |_| | (_) | |_| | | | | | __/ | | __/_|
\__, |\___/ \__,_| |_| |_|\___|_| \___(_)
|___/
Share your story([email protected]) if you're using this repo for your mini/course project. I will be more than happy to know how does this project helped you.
if (isAwesome) {
// thanks in advance :p
starThisRepository();
}