This project is a web application for managing a book library. It allows users to view, add, update, and delete books, as well as search for books by various criteria.
- Add a new book with title, author, genre, publication year, and other characteristics.
- View a list of all books in the library.
- Search for books by title, author, genre, or other characteristics.
- Update book information (e.g., change author, genre, or publication year).
- Delete a book from the library.
- Ability to add users and link books to specific users.
- Implementation of user authentication and authorization.