I WANT to be able to view and manage the departments, roles, and employees in my company SO THAT I can organize and plan my business.
MySql database, contains departments, employees, roles
No license
* Install MySql2:
https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-install.html
* Type in terminal:
mysql -u root -p
* Open a new terminal, and type:
npm install inquirer
npm start
view all deptartments
view roles
view employees
add department
add role
add employee
update employee
connection ends
Update employee managers.
View employees by manager.
View employees by department.
Delete departments, roles, and employees.
View the total utilized budget of a department—in other words, the combined salaries of all employees in that department.
Adam Campeau
https://github.com/AdamCampeau
acampeau3@hotmail.com
https://watch.screencastify.com/v/vDseO7h49v3R5mHDxiCD
https://adamcampeau.github.io/MySQL-Employee-Database/