/book-directory-cli

Project is a CLI program that stores a book directory in a database. It uses REST API to connect the database to the application. The application allows the user to perform CRUD operations on the book directory using HTTP commands.

Primary LanguageJavaScriptMIT LicenseMIT

Book Directory CLI

This command-line interface (CLI) application allows you to manage a directory of books stored in a database using a REST API. You can perform basic CRUD (Create, Read, Update, Delete) operations on the books.

Commands

You can use the following commands:

  • 'get': Retrieve all books from the database
  • 'post': Add a new book to the database
  • 'put': Update an existing book in the database
  • 'delete': Delete a book from the database