An open API service indexing awesome lists of open source software.

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

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

[![Check out a demo here](https://i.imgur.com/Zsb9CQp.png)](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~