Skip to content

Olcaytp/Python-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console-Based Bookstore Application

Welcome to the Console-Based Bookstore Application! This application allows users to manage a collection of books through a simple command-line interface.

Table of Contents

Overview

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.

Features

  • 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.

Installation

To run the Console-Based Bookstore Application on your local machine, follow these steps:

  1. Clone this repository to your local machine.
  2. Install Python if you haven't already (version 3.6 or higher).
  3. Install the required Python packages by running:

Usage

Once the application is running, follow the on-screen instructions to perform various operations such as adding, viewing, updating, or deleting books.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages