Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.09 KB

Employee Tracker

GitHub license

Description

For this assignment the goal is to build a content managing system for a company so they can better manage their employees. We will be using node, inquirer, and MySQL to achieve the build.

User Story

A business owner wants to be able to view and manage their departments, roles, and employees so that they can organize and plan accordingly.

Acceptance Criteria

  • When running index.js file with node and choices appear for user
  • Given when user can add departments
  • Given when user can add roles
  • Given when user can add employees
  • Given when user can view department table
  • Given when user can view role table
  • Given when user can view employee table
  • Given when user can update employee roles

Tools and Technologies

  • Javascript
  • Inquirer
  • MySQL

Usage

To view how my application runs: visit Link

Mock up

This is what my page looks like Assets\emp-Tracker.png