Skip to content

yarocruz/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System Version

Employee Tracker View Demo

Description

This is a Node CLI app that manages and tracks employee information. The app hooks up to a MySQL database to fetch or add information to it. It lets you view employees by certain categories like departments or job title and it lets you update and add new info. It includes the schema and seeds files.

Installation

To install project dependencies run:

npm i

The two main packages for this app are the mysql and inquirer packages, but it's also using chalk and figlet. The former colorizes the console logs and Figlet is being used for the ASCII art that pops up when run the app with node.

Usage

To run this app you need node.js installed in your system. If you wish to use this app, be sure to clone it, fork it, etc.

License

MIT

Contributing

If you wish to contribute just pull request it. That be totally cool.

Questions?

avatar-picture

Have any questions? Want to collaborate on a project? Shoot me an email

Releases

No releases published

Packages

No packages published