Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Overview

Employee Tracker is a command-line application that allows users to manage a company's employee database, using Node.js, Inquirer, and MySQL.

Features

  • View Departments, Roles, and Employees: Users can view all departments, roles, and employees in the company, allowing for easy management and organization.
  • Add Departments, Roles, and Employees: Users can add new departments, roles, and employees to the database.
  • Update Employee Roles: Modify employee roles to reflect promotions or departmental changes.

Installation

Before installation, ensure that you have Node.js and MySQL installed on your system. Then, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/employee-tracker.git
    
  2. Navigate to the repository:
    cd employee-tracker
    
  3. Install the necessary dependencies:
    npm Install
    
  4. Initialize the MySQL server:
    mysql -u root -p
    
  5. Start the application:
    node index.js
    

Usage

After starting the application, follow the on-screen prompts to view, add, or update departments, roles, and employees.

Technologies Used

  • Node.js: JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Inquirer: A collection of common interactive command line user interfaces.
  • MySQL: An open-source relational database management system.

License

Distributed under the MIT License. See LICENSE for more information.

Link

Github link: https://github.com/jishyk/Employee-Tracker

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages