This command-line application is designed to manage a company's employee database, providing an interface for users to view and interact with employee information using Node.js, Inquirer, and MySQL.
- View all employees, departments, and roles.
- Add new employees, departments, and roles.
- Update employee roles.
- View employees by manager.
- Delete employees, departments, and roles.
- clone repo into your local environment by running:
git clone https://github.com/michelletrn/employee-tracker.git
- Navigate to the project directory:
cd employee-tracker
- Install dependencies using npm:
npm i
- Configure MySQL connection
- Run the application in the command-line:
node server.js
OR
npm start
Instructions for use
Follow the prompts in the command line to interact with the employee database. Select from the available options to view, add, update, or delete employee records and related information.
- please note that this application does come with seed data
- Watch the walkthrough video here.
- Fork the project.
- Create your feature branch (git checkout -b feature/your-feature).
- Commit your changes (git commit -m 'Add your feature').
- Push to the branch (git push origin feature/your-feature).
- Open a pull request.
Contributors: Michelle Tran
This project is licensed under the MIT License.
If you have any questions, please contact:
Github: Michelletrn, Email: tranmichelle997@gmail.com Github repo: https://github.com/michelletrn/employee-tracker