Skip to content

espoldi/EmployeeTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmployeeTracker

Table of Contents

Description

The following application uses a mixture of javascript, MySQL, and Inquirer to create a question driven CLI to keep track of your company team. It allows the user to input departments, roles, and employee information into a persistent database that is housed locally on the user's machine.

Installation

Clone the repo and make sure to install the required packages with the following command.

npm i

Next, make sure to run the MySQL query and create the database using the following file.

schema.sql

You may need to close Visual Studio Code and reopen to update your localhost.

Make sure that your command prompt is in the correct folder and type in the following to begin.

node tracker.js

Usage

Github Repository

Video Walkthrough

Website Screenshot

License

This project is protected under MIT License.

Contributing

The following resources were used: Github and Visual Studio Code.

Covenant Code of Conduct

This Code of Conduct is adapted from the Contributor Covenant, version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

Community Impact Guidelines were inspired by Mozilla's code of conduct enforcement ladder.

Tests

There are currently no tests available for this program.

Questions

Contact Me at the following for more information or questions.

Github: https://www.github.com/espoldi

Email: emily.l.spoldi@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published