- i. Description
- ii. General Information
- i. Installation
- ii. Usage
- iii. Screenshot and Demo Video
- iv. Acknowledgements
An application that tracks employees that work for Harold's Clown Factory using Inquirer and SQL.
To install the necessary dependencies, run the following command:
npm i
This application uses inquirer, mysql2, and console.table as dependencies. Because they are in the package.json file, no additional action is necessary to download these dependencies.
Special thanks to tutor Matthew Calimbas for introducing me to the console.table dependency which nicely formats the output tables in SQL.
Thank you also to my classmate Adam (GitHub linked here) who helped debug my schema.sql (it was a comma throwing the error).