This repo contains a bookstore.py file.
This program allows the user to manage an inventory of books at a bookstore. It uses the spaCy library for language models that enable the user to search the database for similar books. It use SQLite to store the invnetory in a database.
As spaCy is an external Python library, the user should first download it using the command prompt. The CMD syntax for this are saved in requirements.dockerfile