alex-bahena / Employee-TrackerDB

Employee Tracker is a CLI (command-line interface) application to view and manage departments, roles, and employees. The application was built using Node.js with Inquirer, MySQL2 and console.table packages.

Home Page:https://github.com/alex-bahena/Employee-TrackerDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee_TrackerDB

GitHub license

Table of Contents:

Prerequisites

Installation:

You must install the following for this app to function:

To use this application, you will need to first clone this repository and run an npm install in your CLI to install the dependencies that have been loaded into the JSON files for you. Once this is done, run node app.js in your CLI to start the prompts that will walk you through the various tasks you can perform with this application.

Usage:

Employee Manager is a CLI designed to be able to perform tasks such as verifying employee roles, salaries and managers for each employee, as well as adding new roles, employees with their respective salaries to the company's enrollment, all done from your CLI, basically an app for managing human resources.

Database Schema:

Code Snippets

Quick Demo

Please check the full video clicking this link Video.

Demo

Project License:

Copyright (c)

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.

Collaborators:

Alejandro Bahena.

Tools:

JavaScript NodeJS

Built with:

Questions:

Github Profile: AlejandroBahSan

For aditional questions hmu by email: alejandro.bahsan@gmail.com

About

Employee Tracker is a CLI (command-line interface) application to view and manage departments, roles, and employees. The application was built using Node.js with Inquirer, MySQL2 and console.table packages.

https://github.com/alex-bahena/Employee-TrackerDB


Languages

Language:JavaScript 100.0%