akorjeski / Employee_Tracker

A command-line application that at a minimum allows the user to: * Add departments, roles, employees * View departments, roles, employees * Update employee roles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homework 12 Employee_Tracker

A command-line application that allows the user to:

  1. Add departments, roles, employees
  2. View departments, roles, employees
  3. Update employee roles
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

How it works

  • Navigate to the file structure and run node app.js
  • You will now have to choose between the options presented to you.
  • If you select "Update Employee Role", it has to be a role that exists!! Otherwise it errors out and tells you! (Hint, make one and then add it to an employee)

About

A command-line application that at a minimum allows the user to: * Add departments, roles, employees * View departments, roles, employees * Update employee roles


Languages

Language:JavaScript 83.9%Language:TSQL 16.1%