Skip to content

WDverse/Employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An employee management database, built with Node.js, Inquirer, JavaScript and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors