Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 863 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 863 Bytes

Movie-Catalog-CLI-App

(GSG - Project 3)

A Node.js Command Line Interface (CLI) application that allows users to manage a movie catalog. Object-oriented programming, prototypes, arrays, ES6 features, async programming, HTTP requests using the Fetch API, file handling, and module usage are all used in the application.

$ npm i

$ node controller/main.js


Welcome to Movie-Catalog-CLI-App


Select an action:

  1. Add a movie
  2. List movies
  3. Update movie details
  4. Delete movie
  5. Search movie
  6. Filter movies
  7. Fetch movies from API
  8. Clear all movies
  9. Exit