Employee Tracker is a command line application that provides a tool to keep track of Employee data.
The application provides the following functionality:
- Track Employees, their role and their Manager.
- Track Salaries for each role and which department they belong to.
- Ability to view, add, update & remove Employee, Role & Department information.
- View Budget reports.
The Main Menu for this command line application is shown here:
- This application uses NodeJS and includes the following NPM modules - MYSql, Inquirer, Chalk-Pipe and Console Table.
- Robert Cavalero - Initial work - RCavalero