This is a command-line application for managing a company's employee database, using Node.js, Inquirer, and MySQL. The application allows the user to view and update their employee database.
To install neccessary dependencies, run the following command:
npm i
First, clone the repository. And run:
npm i
to install all dependencies.
Then set environment variables.
To use this application, run:
node index.js
Then answer the questions presented in the CLI. Press enter to submit response and move to the next question. A table is disaplyed in the terminal when the user chooses the option to "View...". The user can also select corresponding option to view changes.
N/A
AskBCS tutors
W3Schools
The following video shows the application's functionality: