This Node app allows users to manage a database of employees, managers, roles, and departments. This is a command line application that utilizes Inquirer. Features include adding, viewing, and deleting key data. Additional features include the ability to view the total payroll of a department, view employees by manager, or view employees by role.
Download the project files or clone this repo, then run npm install and it will install dependencies. I included a seed.sql file to create your new database and populate it with some test items I used during development.
Type node app and follow the prompts! The app will ask you if you want to manage an Employee, Department, or Role. Each menu has sub-items that will gather input and assist you with managing your employees.
Email me with questions or comments. Any improvements are welcome!
Install the app, run the seed.sql script, and try it out! Make sure to have Node dependencies installed, as defined in the package.json file.
Please view a demonstration video here.
Copyright (c) Sam Gates. All rights reserved. Licensed under the MIT license.
Check out my GitHub Profile.
Email with questions! You can reach me at sam.j.gates@gmail.com.