A complete backend project using node.js and MySQL (no deployed site). This backend application uses user input from inquirer to populate an employee database. When the user adds an employee they will be asked which deparment that employee will be working in, salary, and who their supervisor is. If you add a new department the information will be stored in the department selection.
- node.js
- MySQL
- npm init
- npm install inquirer
- npm install console.table
- npm install figlet
- npm install chalk
- npm install dotenv
in the terminal run npm start then the user will be able to add, update, or delete. See the video below to see how the backend application works.
Take a look at my youtube channel to see how the application works through the terminal employeetracker