Your assignment this week is to build a command-line application from scratch to manage a company's employee database, using Node.js, Inquirer, and MySQL. You should be able to view employees, departments, employee roles, add employees, add departments, and add new roles.
- Node.js
- Inquirer (npm utility)
- MySQL database
https://github.com/yardboy2401/EmployeeTracker-Wymore
https://drive.google.com/file/d/1UpRmj-U4OW26_9Q4pbeDKNdlS28N-pq4/view?usp=sharing
Employee Tracker application works well from command line interface. Interactions are working between terminal and MySQL database tables. All menu options are working as expected.
Github: https://github.com/yardboy2401
Email: yardboy2401@gmail.com