https://github.com/cobypear/employeetracker
CLI for managing employees using MySQL and Node.js
https://github.com/cobypear/employeetracker
department employees management tracker
Last synced: 8 months ago
JSON representation
CLI for managing employees using MySQL and Node.js
- Host: GitHub
- URL: https://github.com/cobypear/employeetracker
- Owner: CobyPear
- Created: 2020-07-14T20:43:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T12:41:37.000Z (over 2 years ago)
- Last Synced: 2024-12-30T09:41:58.814Z (10 months ago)
- Topics: department, employees, management, tracker
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Management System
This command line application will help you manage your employees.
- view all employees
- view all departments
- view all roles
- view all managers
- view employees by manager
- add an employee, department, or role
- update an employee
- view total utilized budget per departmnet
- delete employees, departments, and roles# Demo video
[](https://drive.google.com/file/d/16HJ0iWB9JjoNnmv99kBkFoyR-tXJ6LOe/view)
# Future Development
- ~view employees by manager~
- ~delete departments, roles, and employees~
- ~show overall budget by combining all salaries~