A command-line application to manage a company's employee database, using Node.js, Inquirer, and MySQL.
This application requires Node.js, Inquirer, console.table and mysql2. To start application run npm start
. To view database from MySQL run mysql -u root -p
.
This application will allow users to view, add, and edit employees, roles, departments, and managers.
View walk through video via Screencastify
Contributors should read the installation section.
There are no tests for this application.