CMS for employee management utilizing node and MySQL.
fork repo
run schema in MySQL
run seeds in MySQL
node server.js
After installation, select which action you’d like to take from the prompt. You can select fro the following actions:
View Employees: See all of the employees with their ID, first and last name, role, department, salary and manager.
View Employees By Department: Select a department from the list and see all employees within that department.
View Employees by Role: Select a role from the list and see all employees within that role.
View Employees by Manager: Select a manager from the list and see all employees under the specified manager.
Add Employee: Specify the employee’s first name, last name, role, and manager
Add Role: Specify new role
Add Department: Specify new department
Remove Employee: Specify which employee to remove from the list
Remove Role: Specify which role to remove from the list
Remove Department: Specify which role to remove from the list
Update Employee Role: Select an employee from the list and select the employee’s new role from the list
Update Employee Manager: Select an employee from the list and select the employee’s new manager from the list
My tutor who helped me understand how to write asynchrounous functions!
Coming Soon
Contact me at darian.nocera26@gmail.com
Copyright © 2020 Darian Nocera