You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a CLI application for building and managing a company’s data using Node, Inquirer, and MYSQL. This application enables keeping track of all the employees, their roles, and the departments they work in. Additionally, it is possible to add new departments with new roles and employees, update the database or remove them completely.
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
Technology
Javascript
Node
MYSQL
Inquirer
console.table
asciiart-logo
Installation
Make sure you have node installed in your machine and have cloned this repo.
Run : npm install in order to install all dependencies
Run : node index.js and the application will start
This is a CLI application for building and managing a company’s data using Node, Inquirer, and MYSQL. This application enables keeping track of all the employees, their roles, and the departments they work in. Additionally, it is possible to add new departments with new roles and employees, update the database or remove them completely.