This CLI application runs in the user's terminal and uses a mySQL database to store a table filled with employee data.
A command-line application that also allows the user to:
-
Add departments, roles, employees
-
View departments, roles, employees
-
Update employee roles
-
Update employee managers
-
View employees by manager
-
Delete departments, roles, and employees
Install dependencies on package.json including mysql, inquirer, dotenv, and console.table. The employeeDB.sql file is a seed file to be run in mySQL workbench. Run node employee.js to initialize the program.
Contact email: kiki_hanson@aol.com
GitHub Username: https://github.com/microxgleek94
Best form of contact: Email
GitHub Project link: https://github.com/microxgleek94/CLI-Node_Employee_Tracker