To have an application that enables the user to view and manage departments, roles,and employees in an organization. Hence, it makes work easier for managers and CEO's to organize departments, roles and employees. The application offers management solutions to organizations by making it easy and fun. The project enabled me to learn more about node, inquirer, mysql, console.table, and javascript.
Clone the repo and then run npm install to install required dependencies.
run npm init -y to create a new.json file, and then run npm install inquirer@8.2.4, followed by npm install mysql2, npm install console.table, and then npm install to install required dependencies. After, run the sql files in mysql workbench before running node server.js. Also ensure that your server.js is connected to your sql before running it. Select the prompts displayed on your console to display your data. Follow the demo video for easier usage.
N/A
Copyright (c) 2020 David Cheptegei