A command-line application to manage a company's employee database, using Node.js, Inquirer, and MySQL.
The user should clone the repository from GitHub. 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
This project is license under MIT
Contributors should read the installation section.
There are no tests for this application.
If you have any questions about this projects, please contact me directly at [email protected]. You can view more of my projects at https://github.com/nicolewallace09.