Employee Tracker

Description

Employee Tracker is a CLI app for building and maintaining companies databases using Node, Inquirer, and MySQL. This app can scale appropriately with the company's growth or reduction without any manipulation to the code. Employee Tracker allows users to view, remove, and add departments, roles, and employees of a company. Users can also update employee managers, view employees by manger and/or department, and view total utilized budget of a department.

Demo

Link to walk-through video

Built With

  • MySQL
  • Express.js
  • Node.js
  • Inquirer
  • Console.Table

Installation

  1. Clone the repository
git clone https://github.com/MuboHouston/employee-tracker.git
  1. Change the working directory
cd employee-tracker
  1. Install dependencies
npm install inquirer mysql2 console.table
  1. Run the app
npm start

Contributions

Contributions, issues, and feature requests are welcome!

Author

Mubo Houston