An open API service indexing awesome lists of open source software.

https://github.com/gstephbolivar/employee-tracker

A CLI application that allows for a user to input, view, update and delete employees in their company.
https://github.com/gstephbolivar/employee-tracker

cli-application department employees npmjs

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Content Management Systems

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/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](#installation)
* [Usage](#usage)
* [Contributing](#usage)
* [Test](#test)
* [Questions](#questions)
* [License](#license)

## Installation

Fork repository at [gstephbolivar github](https://github.com/gstephbolivar/employee-tracker) .

-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](https://youtu.be/SybB5iC7T_E)

## Credits

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

[NPMJS](https://www.npmjs.com/package/console.table)
[BU Edu](http://g2pc1.bu.edu/~qzpeng/manual/MySQL%20Commands.htm)
[NPMJS](https://www.npmjs.com/package/console.table)

## Questions

#### **Stephany Bolivar**
* **Github:** [@gstephbolivar](https://github.com/gstephbolivar)
* **Email:** [g.stephanybolivar@gmail.com](g.stephanybolivar@gmail.com)

## 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.