Employee Tracker

License: MIT

Description

This node.js based program is designed to run a CLI program that allows the user to track their employee's, managers, roles, and departments. The user needs to install the required dependencies and then run the program using node from their command line, after that it is as easy as answering the prompts and choosing what actions they want to take.

Table of Contents

Screenshot

First Screenshot Second Screenshot Third Screenshot

Video

Video Walkthrough

Installation

To install necessary dependencies, run the following command:

npm i

Usage

Once the user has installed the necessary tools it is as easy to use as typeing "node app.js" into their terminal of choice while in the parent directory and then answering the prompt questions. When you have finished choosing "EXIT" will terminate the local server.

License

Contributing

This would not have been possible without the help of my tutor Kumar Ramanathan, my instructor Calvin Carter, all of the class TA's including Sean Belverstone, Daniel Vega, and Brennan Predmoré, and many of my fellow UT Bootcamp students.

Tests

To run tests, run the following command:

npm test

Questions

If you have any questions about the repo, open an issue or contact me through the contact form on my portfolio website: https://joey-sisk.github.io/Portfolio/. You can find more of my work at Joey Sisk.