Flask Book Management Application This is a simple Flask application that allows users to manage a collection of books. Users can add new books, list all books, filter by author or genre, and search for books by title or author.
- Add a new book with title, author, and genre.
- List all books with options to filter by author or genre.
- Search for books by title or author.
- User-friendly flash messages for feedback.
- Python 3.x
- Flask
- Install the required packages: pip install Flask
- Run the application: flask run
- Open your web browser and navigate to http://127.0.0.1:5000/.
- Use the application to add books, list them, and perform searches.