A database system that allows the modification of departments, roles, and employees using node, inquirer, and MySQL.
Clone this repo to your local machine.
This is a command-line application that allows the user to:
-
Add departments, roles, employees
-
View departments, roles, employees
-
Update employee roles
-
Delete departments, roles, and employees
Install dependencies with
npm install
Run application in your terminal by typing
node index.js
Thanks to Brianna McCray for help with my update and delete functions!