The following application uses a mixture of javascript, MySQL, and Inquirer to create a question driven CLI to keep track of your company team. It allows the user to input departments, roles, and employee information into a persistent database that is housed locally on the user's machine.
Clone the repo and make sure to install the required packages with the following command.
npm i
Next, make sure to run the MySQL query and create the database using the following file.
schema.sql
You may need to close Visual Studio Code and reopen to update your localhost.
Make sure that your command prompt is in the correct folder and type in the following to begin.
node tracker.js
This project is protected under MIT License.
The following resources were used: Github and Visual Studio Code.
This Code of Conduct is adapted from the Contributor Covenant, version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
Community Impact Guidelines were inspired by Mozilla's code of conduct enforcement ladder.
There are currently no tests available for this program.
Contact Me at the following for more information or questions.
Github: https://www.github.com/espoldi
Email: emily.l.spoldi@gmail.com