Skip to content

michelletrn/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Description

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.

application screenshot

Table of Contents

Features

  • View all employees, departments, and roles.
  • Add new employees, departments, and roles.
  • Update employee roles.
  • View employees by manager.
  • Delete employees, departments, and roles.

Installation

  1. clone repo into your local environment by running:
    git clone https://github.com/michelletrn/employee-tracker.git
  1. Navigate to the project directory:
    cd employee-tracker
  1. Install dependencies using npm:
    npm i
  1. Configure MySQL connection
  2. Run the application in the command-line:
    node server.js 

        OR

    npm start

Usage

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

Walkthrough Video

  • Watch the walkthrough video here.

Contributions

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

Contributors: Michelle Tran

License

This project is licensed under the MIT License.

Questions

If you have any questions, please contact:

Github: Michelletrn, Email: tranmichelle997@gmail.com Github repo: https://github.com/michelletrn/employee-tracker

About

Using Node.js, Inquirer, and MySQL, this command-line application was created to manage a company's employee database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors