The Library Management System is a web application built using ASP.NET Core MVC and Entity Framework (EF) Core. This application allows administrators to manage books effectively, providing an intuitive interface for users to interact with library resources.
- Create Book: Add new books to the library.
- Edit Book: Modify existing book details.
- Delete Book: Remove books from the library.
- Get All Books: Retrieve a list of all available books.
- Borrow Book: Borrow a book from the library.
- Return Book: Return a borrowed book to the library.
- Error Page: Display a user-friendly error page for resource not found scenarios.
- Backend: ASP.NET Core MVC
- ORM: Entity Framework Core
- Database: SQL Server (or any database of your choice)
- Frontend: HTML, CSS, JavaScript