An open API service indexing awesome lists of open source software.

https://github.com/abdo-essam/online-library-management-system

A Simple Online Library Management System for School and Colleges
https://github.com/abdo-essam/online-library-management-system

bootstrap css html javascript library-management-system online-library-magement-system php

Last synced: 11 months ago
JSON representation

A Simple Online Library Management System for School and Colleges

Awesome Lists containing this project

README

          

# Online-Library-Management-System
A Simple Online Library Management System for School and Colleges.

- There is Project Documentation in this repo

There are two modules Student & Admin

### Admin Features
- add/update/ delete category
- add/update/ delete author
- add/update/ delete books
- issue a new book to student and also update the details when student return book
- search student by using their student ID
- view student details
- change own password

### Student Features
- update own profile.
- view issued book and book return date-time.
- change own password.
- recover own password.

Note : Student can register himself and after registration he will get studentid After login student can view own dashboard.

## How to run this Project
1. Download and Unzip file on your local system copy library.
2. Put library folder inside root directory

## For Database Configuration
1. Open phpmyadmin
2. Create Database library
3. Import database library.sql (available inside zip package)

For User
Open Your browser put inside browser “http://localhost/library”

For Online Test
Open Your browser put inside browser “http://online-library-management-system.atwebpages.com/index.php”

## Login Details for user :

- Username : test@gmail.com
- Password : Test@123

For Admin Panel
Open Your browser put inside browser “http://localhost/library/admin”

Online Test
Open Your browser put inside browser “http://online-library-management-system.atwebpages.com/adminlogin.php”

## Login Details for admin :
- Username : admin
- Password : admin@123

### Admin Dashboard:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Admin%20Dashboard.png?raw=true)

### Student Login:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Student%20Login.png?raw=true)

### Student Signup:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Student%20Signup.png?raw=true)

### Manage Reg Students:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Manage%20Reg%20Students.jpg?raw=true)

### Manage Issued Books:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Manage%20Issued%20Books.png?raw=true)

### Manage Issued Books 2:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Manage%20Issued%20Books%202.png?raw=true)

### Manage Categories:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Manage%20Categories.png?raw=true)

### Manage Categories 2:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Manage%20Categories%202.png?raw=true)

### Manage Authors:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Manage%20Authors.png?raw=true)

### Manage Authors 2:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Manage%20Authors%202.png?raw=true)

### All Books:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/All%20Books.png?raw=true)

### Admin Signup:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Admin%20Signup.png?raw=true)

### Add Category:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Add%20Category.png?raw=true)

### Add Categories Menu:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Add%20Categories%20Menu.png?raw=true)

### Student Dashboard:
![alt text](https://github.com/abdo-essam/Online-Library-Management-System/blob/main/Images/Student%20Dashboard.png?raw=true)