Skip to content

Command-Line Application that allows users to create and manage an employee database

Notifications You must be signed in to change notification settings

nexus-codingg/CLI-Node_Employee_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-Node_Employee_Tracker

Employee Tracker

This CLI application runs in the user's terminal and uses a mySQL database to store a table filled with employee data.

Usage

A command-line application that also allows the user to:

  • Add departments, roles, employees

  • View departments, roles, employees

  • Update employee roles

  • Update employee managers

  • View employees by manager

  • Delete departments, roles, and employees

Installation

Install dependencies on package.json including mysql, inquirer, dotenv, and console.table. The employeeDB.sql file is a seed file to be run in mySQL workbench. Run node employee.js to initialize the program.

Contact

Badge

Profile Image

Contact email: kiki_hanson@aol.com

GitHub Username: https://github.com/microxgleek94

Best form of contact: Email

GitHub Project link: https://github.com/microxgleek94/CLI-Node_Employee_Tracker

About

Command-Line Application that allows users to create and manage an employee database

Topics

Resources

Stars

Watchers

Forks