/Employee-Tracker

A CLI application that allows for a user to input, view, update and delete employees in their company.

Primary LanguageJavaScript

Content Management Systems

License: MIT

Description

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

Installation

Fork repository at gstephbolivar github .

-npm init -y

-npm i inquirer

-npm i mysql

Usage

This CLI application allows a user to create their team. The user is able to add a new department, add a new role and add a new employee. Upon entering a new employee, the user is prompted to not only input their name but also pick what their role is and who their manager is. Based off this information, when the user looks at all employees, we can see what department the employee belongs to.

Contributing

A user can contribute to this application by adding prompts to delete a department, role, and/or employee.

Test

YouTubeDemo

Credits

I credit the following people and websites for assistance on this application:

NPMJS BU Edu NPMJS

Questions

Stephany Bolivar

License

MIT License

Copyright (c) [2020] [Gloria Stephany Bolivar]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.