Skip to content

Build and manage an Employee Tracker Using MySQL, Inquirer, and Node.

Notifications You must be signed in to change notification settings

10-kp/employee-tracker

Repository files navigation

employee-tracker

Git Hub Link: https://github.com/10-kp/employee-tracker

Description

As a business owner, I want to be able to view and manage the departments, roles, and employees in my company so that I can organize and plan my business.

Table of Contents

Installation

  • Create and download a repository

  • Create an SQL Workbench file

  • Create a git repo and open the containing folder

  • Open VS Code and create a .gitignore file and iput node_modules/ and .DS_Store/

  • In the VS Code terminal, run npm init -y (to answer all queries) and to create package_json

  • In the VS Code terminal, install the following dependencies:

    • npm install mysql
    • npm install inquirer
    • npm install console.table --save
  • Run 'node tracker.js' in the command line

  • NODE JS A command-line application that dynamically generates a Employee Tracker from a user's input using the Inquirer package

The application will be invoked with the following command: node tracker.js

Test

Here is a video demonstrating how to use the application

employee-tracker-video

Technologies

  • SQL
  • JavasScript
  • Node.js
  • npm modules

License

About

Build and manage an Employee Tracker Using MySQL, Inquirer, and Node.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published