Employee Tracker is a node.js application that uses MySQL Workbench
Employee Tracker is a node.js application that uses MySQL Workbench. This application manages all employees working in a company with different departments and roles. This app can add, view, and update information. This app was developed using Node, Inquirer prompts, and MySQL.
const connection = mysql.createConnection({
host: 'localhost',
port: 3306,
user: 'root',
password: 'your password',
database: 'employees_DB'
});
npm install
mysql
inquirer
figlet
console-table-printer
asciiart-logo
- Open your terminal, run the command node app.js.
- Select from the menu to view, add, delete, or update from department, role, employee
- View all departments
- View all roles
- View all employees
- Add a department
- Add a role
- Add an employee
- Update employee role
- Delete department
The following technologies and tools were used:
- JavaScript
- Node.js
- MySQL Workbench
For any other questions, please send me an email at: [email protected]