A Content Management System (CMS) application that manages a company's employee database. This command-line application will be using Node.js, Inquirer, and MySQL to help keep a company organized.
AS A business owner I WANT to be able to view and manage the departments, roles, and employees in my company SO THAT I can organize and plan my business
- User will be able to view all departments
- User will be bale to view all roles
- User will be able to view all employees
- User will be able to add a department
- User will be able to add a role
- User will be able to add an employee
- User will be able to update an employee
- Visual Studio Code
- Download or Cloan repository
- Node.js
- npm install to install the required npm packages
- inquirer: to interact with the user via the command line
- mySQL2 to connect to your mySQL database and perform queries
- console.table to print mySQL rows to the console
- Visual Studio Code
- Javascripts
- Node.js
- npm
- inquirer
- mySQL
- mySQL2
- console.table.package
This application was created by Kimberlie Guillaume
Please refer to the LICENSE in the repo. Copyright (c) Kimberlie Guillaume. All rights reserved.