This application is a rudimentary content management system for an employee database. The schema it is built around contains a department, role, and employee table. Included is also a seed file to populate these tables. Using inquirer for user input handling, this app allows one to view the contents of each table, add to any table, and update the manager of an employee.
https://drive.google.com/file/d/1eMKL5rfYqtmdO-pxN391IOAq32HLTngB/view?usp=drive_link
After running source schema.sql and source seeds.sql on the two SQL files, go back to the main directory and run node index.js.
This project is licensed under the terms of the MIT License.
GitHub: https://github.com/adamboudruh.
Please direct any questions to my email: adamboudraa@gmail.com.