Skip to content

Mazattack1999/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Table of Contents

Description

This application is intended to allow users to manage and view their company's departments, roles, and employee information.

This application also serves as a submission to an assignement that tests students skills with Javascript, Node.js, and MySQL database queries.

Built With

  • JavaScript
  • Node.js
    • Inquirer package
    • MySQL2 package
    • Console.table package
  • SQL
  • MySQL

Contribution

  • Created by Micah Zahn

Installation

  • Clone down to a local repository.
  • Run "npm install" in the root of the project to get the nessessary node modules.
  • Ensure that MySQL is installed and open. Then run "source db/schema.sql" to initialize the employee_info database.
  • Go to the root of the project and find config/connection.js.
    • Ensure that the correct MySQL username and password are set for the values of "user" and "password."

Usage Instructions

  • Run "node index.js" in the root of the project.
  • Answer the prompts in the command line.

Demonstration Video

https://drive.google.com/file/d/1c9Foc4zVgHPtRPNTTDIrOYzkqdcGeVR7/view

About

This backend app is intended to allow users to manage their company's employees and roles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published