This assignment I created an interfaces that make it easy for bussiness owner to view and interact with information stored in databases. by using node, inquirer, and MySQL.
This application will allowed the user to:
- View All Employee
- View All Department
- View All Manager
- Add Employee
- Add Department
- Remove Emlpoyee
- Remove Department
To install the necessary dependencies, run the following command.
- Run
npm init
,npm install inquirer
,npm install mysql
.
Type npm start
or node index.js
in console then the application will prompt the options.