Java project for managing library operations with admin and user functionalities.
- Admin/User login with authentication
- Add, search, and update book details
- Register students and view all registered students
- Display all books in the library
- Manage book quantities
- Java (OOP, JDBC)
- MySQL database
- Eclipse IDE
- Schema:
library_project - Tables:
login,books,students,book_detail - Sample data inserted for testing
- Import project in Eclipse IDE.
- Ensure MySQL server is running and database credentials in
lms_DB.javaare correct. - Run
library_management_system.java. - Follow console prompts for admin/user operations.
- Dinesh K S