Skip to content

Commit 16eab23

Browse files
authored
Create README.md
1 parent 62d96b0 commit 16eab23

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

README.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Library Management System
2+
This is a simple Library Management System built using PHP, MySQL, HTML/CSS, and Bootstrap. It allows both administrators (librarians) and members to manage books, track issues/returns, and maintain library data efficiently.
3+
4+
## Core Features
5+
#### Admin Panel
6+
- Add / edit / delete books
7+
- Manage categories/authors/publishers
8+
- View issued/returned books
9+
- Register students/users
10+
11+
#### User Panel
12+
- Browse available books
13+
- Request book issues
14+
- View issued books and due dates
15+
16+
#### Book Issue and Return
17+
- Record when books are issued
18+
- Track return dates and fines
19+
20+
## Technologies used
21+
##### Front-end
22+
- Html
23+
- Css5
24+
- js
25+
26+
##### Back-end
27+
- MYSQL
28+
- PHP
29+
30+
### Folder Structure
31+
```
32+
LMS/
33+
├── css/
34+
├── DATABASE FILE/
35+
├── img/
36+
├── librarian/
37+
├── member/
38+
├── db_connect.php
39+
├── header.php
40+
├── index.php
41+
├── logout.php
42+
├── message_display.php
43+
└── verify_logged_out.php
44+
45+
```
46+
## To Run this locally
47+
#### Clone this repo
48+
```
49+
git clone https://github.com/saiganesh74/Library_management_system/
50+
cd Library_management_system
51+
```
52+
53+
#### Open Phpmyadmin and import file
54+
55+
- Open phpMyAdmin
56+
57+
- Create a database (e.g., lms)
58+
59+
- Import the .sql file from DATABASE FILE folder
60+
61+
## Run using
62+
```
63+
localhost/Library_Management_System/index.php
64+
```
65+
66+
## Contributions
67+
This project is created and maintained by Sai Ganesh Rejeti. Contributions, improvements, or suggestions are welcome.

0 commit comments

Comments
 (0)