Employee Tracker is a CLI app for building and maintaining companies databases using Node, Inquirer, and MySQL. This app can scale appropriately with the company's growth or reduction without any manipulation to the code. Employee Tracker allows users to view, remove, and add departments, roles, and employees of a company. Users can also update employee managers, view employees by manger and/or department, and view total utilized budget of a department.
- MySQL
- Express.js
- Node.js
- Inquirer
- Console.Table
- Clone the repository
git clone https://github.com/MuboHouston/employee-tracker.git
- Change the working directory
cd employee-tracker
- Install dependencies
npm install inquirer mysql2 console.table
- Run the app
npm start
Contributions, issues, and feature requests are welcome!
Mubo Houston
- GitHub: @MuboHouston