this is a Library Management System developed using java and SQL Server, designed to efficiently manage books and users within a library. The project was developed collaboratively with a teammate to ensure a robust and user-friendly design. key features
User Registration (Register)
Allows new users to create an account, storing all user data securely in the database.
User Login
Verifies user credentials before granting access to the system.
Display Books (Show Books)
Lists all books available in the library.
Shows the category of each book and the number of copies available.
Borrow Books
Users can borrow books, and the system updates the available copies automatically.
Tracks which books are borrowed by each user.
SQL Server Database Integration
All data (users, books, borrow records) is stored in SQL Server for secure and efficient data management.
Category and Copies Management
Administrators can manage book categories and control the number of copies for each book.
Additional Notes:
The project was developed collaboratively with a teammate to ensure smooth workflow and functionality.
Supports add, update, and delete operations on books and users.
Suitable for educational purposes or managing small libraries efficiently.