Welcome to the Console-Based Bookstore Application! This application allows users to manage a collection of books through a simple command-line interface.
The Console-Based Bookstore Application is built using Python and MongoDB. It provides basic CRUD (Create, Read, Update, Delete) operations for managing books in a database. Users can add new books, view existing books, search for books by title, update book information, delete books, and more.
- Add a new book to the database.
- View all books in the database.
- Search for books by title.
- Update book information such as price and stock quantity.
- Delete books from the database.
- View books by a specific author.
- View books that are currently in stock.
To run the Console-Based Bookstore Application on your local machine, follow these steps:
- Clone this repository to your local machine.
- Install Python if you haven't already (version 3.6 or higher).
- Install the required Python packages by running:
Once the application is running, follow the on-screen instructions to perform various operations such as adding, viewing, updating, or deleting books.
This project is licensed under the MIT License. See the LICENSE file for details.