❓ A Node.js command-line application that takes in and displays information about employees. It allows you to track and provide them an employee ID, Department, Role, and Salary. Then display's them in a clean table in the command-line.
➿ Here's a GIF showing the app's overall functionality:
🚨 Please install the following Node/npm Packages from packages.json:
npm init i
Setup the Database:
Start MySQL2 w/ Username: mysql -u bootcamp -p
Password: bootcamp
Setup DB w/ Tables: source schema.sql;
Fill DB w/ Starter Data: source seeds.sql;
Close MySQL2: quit;
Run Application:
node index.js - Then follow the command-line prompts.
🚀 From the root folder of your project, run the following command and provide information based on the questions:
node index.js
This application is covered by the MIT license.
✏️: N/A
🔧 Please feel free e-mail me should you have any questions, comments, or concerns. Or you can also connect with me through GitHub.
Find me on GitHub: KashCodes
📜 Feel free to email me with any questions: kashay@arbelo.me