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.
Select an action:
- Add a movie
- List movies
- Update movie details
- Delete movie
- Search movie
- Filter movies
- Fetch movies from API
- Clear all movies
- Exit