Skip to content

KashCodes/Employee-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Description

❓ A Node.js command-line application that takes in and displays information about employees. It allows you to track and provide them an employee ID, Department, Role, and Salary. Then display's them in a clean table in the command-line.

Link to Walkthrough Video:

➿ Here's a GIF showing the app's overall functionality:

demo

Table of Contents

Installation

🚨 Please install the following Node/npm Packages from packages.json:
npm init i

Setup the Database:
Start MySQL2 w/ Username: mysql -u bootcamp -p
Password: bootcamp
Setup DB w/ Tables: source schema.sql;
Fill DB w/ Starter Data: source seeds.sql;
Close MySQL2: quit;

Run Application: node index.js - Then follow the command-line prompts.

GitHub Repository Link:

https://github.com/KashCodes/Employee-Tracker

Usage

🚀 From the root folder of your project, run the following command and provide information based on the questions:

node index.js

License

badge
This application is covered by the MIT license.

👥Contributors:

:octocat: KashCodes
:octocat: Dan Arbelo

Tests

✏️: N/A

Questions

🔧 Please feel free e-mail me should you have any questions, comments, or concerns. Or you can also connect with me through GitHub.

:octocat: Find me on GitHub: KashCodes 📜 Feel free to email me with any questions: kashay@arbelo.me

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors