Nowadays,the necessity for lesser
interaction
at a public place has increased due to the ongoing pandemic. This library management system will
serve
as an online library for students where students can place orders for books they
wish to borrow. They can pick up their order from the library with minimal
physical contact. The system will have an administration login and user login.
The features for the two different types of login will be different.
Features of the system
Input/Database
A database containing several
tables.The tables will include information about the student user IDs and passwords as well as those
of the administration
users.
Tables containing data like the title,author,publisher,etc corresponding to the books will also be
created.
Every student has a unique ID for identification
Operations
Administration
Login Searching
for books using the title,author,publisher etc. Viewing the fine the student has to
pay Placing an order for books Returning a book
User/Student
Login Adding
books Updating the books Deleting the books Viewing the orders placed by the
users Searching for books Viewing the list of books
Outputs
Displaying the available
books when the search operation is implemented Displaying the list of books to the
Admin Displaying the orders that have been places Displaying the pending fine to the User if
any
Implementation
HTML, CSS, Javascript, PHP and MySQL will
be used for the implementation of the project as of now.