CLI Employee Tracker

A CLI app to build & manage teams of employees. The application prompts the user for information about the various employees, their roles and departments; querying a MySQL database & ultimately inserting or updating the relevant item. This app runs in a Node environment and leverages the Inquirer & MySQL packages.

Installation & Getting Started

  1. Clone from the Repo, install modules & run app:
  git clone https://github.com/Spazcool/employee-tracker.git
  1. Install dependencies:
  npm install
  1. Create .env file at root directory, change values as needed (for use with MySQL database):
      DB_PASSWORD='password'
      DB_HOST='localhost'
      DB_USER='root'
      DB_NAME='cms_db'
      DB_PORT='3306'
    
  2. Create MySQL Database:
    • Install:
  3. Run application:
  node app.js

Prerequisites

Built With

Future Features

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.