Skip to content

Use node.js and command-line application to manage employee system.

Notifications You must be signed in to change notification settings

mushuyun/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

employee-tracker

Use node.js and command-line application to manage employee system.

This app is using command-line application and mysql to mangange employee system. It includes three database tables -- employees, department and role. The app is built with functions such as add/remove departments, add/remove roles, add/remove or update employee informaiton. The display of all the records is applying console.table built-in feature from node js.

It requies installation of inquirer and mysql. Inquirer prompts a user to enter his/her choices wishing to process, and node.js interacts with mysql to manipulate the database based on the user action.

**** Please see the screenshots to get the basic ideas of how this app works. *****

logo logo logo logo logo logo logo logo

About

Use node.js and command-line application to manage employee system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published