This is a command-line application that can do various actions in regards to an employee database. It can view current departments, roles, and employees. It can also add new and delete departments, roles, and employees. Furthermore, it can update an employee's role.
A video walkthrough has been recorded to demonstrate its functions.
Github Repository Link: https://github.com/Bickolus/teta
Video Link: https://user-images.githubusercontent.com/96181899/155039447-a97dbedd-e3a4-46d2-b1d9-960d79f6fda0.mp4
Type "npm install" in the console to install the dependancies this application requires (Inquirer, MySQL2, and console.table package).
In order to run this program, the user must type "node index.js" in their console. The program will only work if they have a running sql database with the schema used in the db folder, otherwise the program will not know what you're talking about, since it relies on a connection to the employees_db database provided.
teta-demo.mp4
This project is not under any license.
My GitHub Page: Bickolus
If you have any additional questions, please contact me at smbraza97@gmail.com.
