The SQL Employee Tracker is a command-line application used to manage a complany's employee database. It uses Node.js, Inquirer, and PostgreSQL.
In order to use the SQL Employee Tracker, the user must clone the repository from GitHub (https://github.com/LisaLReynolds/sql-employee-tracker) to their local terminal. Navigate into the project directory and install the required dependencies by running: npm i [email protected] asciiart-logo pg
. Then, to run the application enter: npm start
Once the program is running the user may use the keyboard arrows to choose different options. The user may add a department, role, or employee, and update an employee role by choosing the corrisponding option and filling in the prompts.
Click on this link to view a walkthrough video of this application:
https://drive.google.com/file/d/192D6BcV-Hhy2pZ8E6sOBP98_qFNl-RDG/view?usp=sharing