Skip to content

ckyle121/Employee_Tracker_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker Database

Purpose

Employee Tracker is a CLI applicaiton for building and maintaining companies employee data base. Built on MySQL and leveraging modularity in the structure of Employee Tracker, it can scale appropriatley with a companies growth without reconfiguring the core structure of the internal employee data base. This application can act as a foundation to continue to build upon. Employee allows managers or someone within the company to view all employees, roles, as well as departments. It also allows for adding employees, roles, departments and updating employees all from your CLI.

Link to Screencastify Walk Through

https://drive.google.com/file/d/1UNTNh0yYWbRq8NOUzHbFGhjl9wH_0Dck/view

Usage

A CLI application that at a minimum allows the user to:

  • Add departments, roles, employees (one row at a time)
  • View departments, roles, employees
  • Update employee roles
  • Update employee managers
  • View employees by manager
  • Delete departments, roles, and employees (one row at a time)

Technologies Used

  • MySQL
  • Node.js
  • JavaScript
  • Inquirer

Examples:

image

image

About

Employee Tracker is a CLI applicaiton for building and maintaining companies employee MySQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published