Node.js application exercising new MySQL skills
A Node.js CLI application that allows the user to view employees, roles, departments and salaries in a MySQL database. Users can update roles, managers, add departments and employees, delete employees, roles, and departments.
You can install by forking the repository. You will need to load npm packages for MySQL, Inquirer, and console.table with command "npm i {package name}.
Once loaded, boot the application with "node manageEmployees.js". From there the prompts will guide you to add employees, etc. MySQL schema and seed files are included in the repository. Simply copy the contents of these files and execute them in MySQL workbench. This video demonstrates the application's use: https://youtu.be/c9YA8LrAGIM
I repurposed several class exercises to produce this application.
This application is ISC licensed
Please contact me with the information in the contact section to make suggestions.
Test files are not included, use the use instructions for tests.
Contact me:
Email: philip.prewitt@gmail.com;