A command-line application from scratch to manage a company's employee database, using Node.js, Inquirer, and MySQL.
This is a command-line application from scratch to manage a company's employee database, using Node.js, Inquirer, and MySQL.
This CLI app uses Node.js, Inquirer, and MySQL so you will need to install all of these.
Project setup
git clonegit@github.com:westgards/employee_tracker.git
nvm
npm
mysql
.env.EXAMPLE
file an setup your credentialsUse the below command to run the CLI app locally
node server.js
Short clip of the demo! https://user-images.githubusercontent.com/87400584/215019822-94cb6fd0-7662-4b96-be94-e74f6d321527.mov
FULL DEMO VIDEO on Screencastify
Tutorials: