Skip to content

A command line application that can manage a company's employee database.

License

Notifications You must be signed in to change notification settings

scelsic2/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Description

View and manage the departments, roles, and employees in your company.

Installation

  1. Install Node.js.
  2. Clone or fork the repo.
  3. Open the repo with VS Code.
  4. Open an integrated terminal in the repo folder.
  5. In the terminal, run npm init.
  6. In the terminal, run npm install inquirer.
  7. In the terminal, run npm install mysql2.
  8. In the terminal, run npm install console.table.

Usage

Run node index.js in the terminal access each prompt. prompt in terminal

Result from selecting View Department. result of view department prompt

Result from selecting Add a Department, then View a Department result of add department prompt

View all Employee Roles, Add a Role, and then View again to see updates. result of view roles, add a role, then view roles

View all Employees, Add an Employee, and then View again to see updates. result of view employees, add an employee, then view employees

View all Employees, Update an Employee, then View all Employees to see updates. result of view employees, add an employee, then view employees

Credits

License

MIT License

Walkthrough Link

https://drive.google.com/file/d/1FbhirnP3gcdt2HQBlH5Jw_xhziyDVpA0/view?usp=sharing

About

A command line application that can manage a company's employee database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published