This application is intended to allow users to manage and view their company's departments, roles, and employee information.
This application also serves as a submission to an assignement that tests students skills with Javascript, Node.js, and MySQL database queries.
- JavaScript
- Node.js
- Inquirer package
- MySQL2 package
- Console.table package
- SQL
- MySQL
- Created by Micah Zahn
- Clone down to a local repository.
- Run "npm install" in the root of the project to get the nessessary node modules.
- Ensure that MySQL is installed and open. Then run "source db/schema.sql" to initialize the employee_info database.
- Go to the root of the project and find config/connection.js.
- Ensure that the correct MySQL username and password are set for the values of "user" and "password."
- Run "node index.js" in the root of the project.
- Answer the prompts in the command line.
https://drive.google.com/file/d/1c9Foc4zVgHPtRPNTTDIrOYzkqdcGeVR7/view