The University Library Management System is a Windows application built using C# and MS SQL Server. This system allows students, professors, and administrators to sign up and sign in to the library system. Students and professors can view books, view their information, update their information (excluding email), and view their borrow history. Administrators can add books, view user information (including students and professors), and manage the library system.
- Windows PC with .NET Framework installed
- MS SQL Server
- Clone the repository to your local machine.
- Open the project in Visual Studio.
- Restore the NuGet packages.
- Update the database connection string in the
app.config
file. - Build and run the application.
- choose start as student or as an admin .
- Open the application.
- Click the "Sign Up" button on the login page.
- Fill in the required information (fname, lanme, password, email).
- Click the "Submit" button.
- choose start as a student or as an admin .
- Open the application.
- Enter your email and password.
- Click the "Sign In" button.
- Sign in to the application.
- Click the " Books" button on the main menu.
- Browse through the list of books and filter them using the search engine.
- Sign in to the application.
- Click the "personal info" button on the main menu.
- Sign in to the application.
- Click the "personal info" button on the main menu then click the "update" button.
- Fill in the required information (name, password, phone number, address).
- Click the "edit" button.
- Sign in to the application as an administrator.
- Click the "Books" button on the main menu then the "add" button.
- Fill in the required information (book title, author name, publisher, ISBN, quantity).
- Click the "add" button.
- Sign in to the application as an administrator.
- Click the "personal info" button on the main menu.
- Browse through the list of users and click on a user to view their details.
- C#
- MS SQL Server