The Employee Tracker is a command-line application that manages a company's employee database, using Node.js, Inquirer, and MySQL. With this app users will be able to view, add, update and delete employee data through a MySQL database.
User will clone the repository. After cloning, run "npm install" to install the necessary packages. This application requires node, mysql2, inquirer, and console.table,
To run the app, type node server.js or npm start into the command-line. Users will be given prompts to make changes to the database.
View demo video HERE
This application is licensed under MIT.
For detailed information about this license, go to https://mit-license.org/.
This project was completed through the University of Minesota Coding Bootcamp