Skip to content

RodBennett/12-Employee-Tracker-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

12 SQL: Employee Tracker

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

Technology Used:

  • MYSQL
  • mysql2 npm
  • inquirer npm
  • console.table npm

App description

In this assignment, I was tasked with creating an employee tracker database using MYSQL as well as the inquirer question prompt npm. The app starts off with a list of options for the user to select pertaining to managing a database of employees.

Screen Shot 2022-09-16 at 10 51 35 PM

Each option is associated with a function the server.js file, and the results of each option are immediately displayed in the terminal:

Screen Shot 2022-09-16 at 10 53 01 PM

Installation

To install this app, the employer must install the various npms in the package.js file by running npm i in the command line, and then run 'npm start' in the command line.

Future development:

This project is still incomplete as the optional "delete employee" function is still not written. I intend to get to return to this in the next couple of weeks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published