Skip to content

kimberlie901/Employee-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Description

A Content Management System (CMS) application that manages a company's employee database. This command-line application will be using Node.js, Inquirer, and MySQL to help keep a company organized.

Table of Contents

User Story

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

Usage

  • User will be able to view all departments
  • User will be bale to view all roles
  • User will be able to view all employees
  • User will be able to add a department
  • User will be able to add a role
  • User will be able to add an employee
  • User will be able to update an employee

Installation

  1. Visual Studio Code
  2. Download or Cloan repository
  3. Node.js
  4. npm install to install the required npm packages
  5. inquirer: to interact with the user via the command line
  6. mySQL2 to connect to your mySQL database and perform queries
  7. console.table to print mySQL rows to the console

Technologies

  • Visual Studio Code
  • Javascripts
  • Node.js
  • npm
  • inquirer
  • mySQL
  • mySQL2
  • console.table.package

Demo

Employee Tracker Demo Video

Application Screenshots

Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo Employee-Tracker-Demo

Websites

Author

This application was created by Kimberlie Guillaume

License

Please refer to the LICENSE in the repo. Copyright (c) Kimberlie Guillaume. All rights reserved.

About

A command-line application to manage a company's employee database, using Node.js, Inquirer, console.table package, and MySQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors