Library is a software that manage a library, it's just an exercice that the teacher gave us so it's nothing special i just made it in a hurry
The Library Management Software is a C# .NET-based application designed to efficiently manage library resources. The software provides two types of accounts: admin and guest. Admins have additional privileges for managing the library system, while guests can access basic features.
- Admin Account: Manage library resources, add or remove books, and handle user accounts.
- Guest Account: Access basic functionalities, such as searching for books, checking availability, and borrowing.
- C# .NET: For application development.
- Database: Utilizes a database (mention the database system you used, like SQL Server or SQLite).
- Clone the repository.
- Set up the database with the provided schema.
- Build and run the application using a compatible IDE or compiler.
- Log in with an admin or guest account.
- Admins can manage books, users, and other aspects of the library.
- Guests can search for books, check availability, and borrow items.
Feel free to explore and modify the code to suit your needs.