Employee Tracker is a command-line application to manage a company's employee database, using Node.js, Inquirer, and MySQL.
This application is a Content Management System (CMS) that allows users to view, add, and manage employees, roles, and departments in a company's database. It is designed for non-developers to easily interact with information stored in databases.
To install the necessary dependencies, run the following command:
npm install inquirer seed msql2
To start the application, run:
node server.js
Follow the on-screen prompts to manage the employee database.
- View all departments, roles, and employees
- Add departments, roles, and employees
- Update employee roles
- Interactive CLI
- Data persisted in MySQL database
To contribute to Employee Tracker, please create a pull request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT license.