Skip to content

Latest commit

 

History

History
69 lines (38 loc) · 1.34 KB

File metadata and controls

69 lines (38 loc) · 1.34 KB

Employee Tracker

Description

This is a command-line application for managing a company's employee database, using Node.js, Inquirer, and MySQL. The application allows the user to view and update their employee database.

Table of Contents

Installation

To install neccessary dependencies, run the following command:

npm i

Usage

First, clone the repository. And run:

npm i

to install all dependencies.

Then set environment variables.

To use this application, run:

node index.js

Then answer the questions presented in the CLI. Press enter to submit response and move to the next question. A table is disaplyed in the terminal when the user chooses the option to "View...". The user can also select corresponding option to view changes.

License

N/A

Credit

AskBCS tutors

W3Schools

Deployment

The following video shows the application's functionality:

Walkthrough Video

References

Ascii Art Generator

JavaScript Escape/ Unescape tool