/CLI-Employee-Tracker

A command line interface that allows a user to view and interact with an employee SQL database

Primary LanguageJavaScriptMIT LicenseMIT

CLI-Employee-Tracker

License: MIT

Description

A command line interface that allows a user to view and interact with an employee SQL database

Table of Contents

  1. Description
  2. Video
  3. Installation
  4. Usage
  5. License
  6. Contributing
  7. Credits
  8. Questions

Video

appwalkthrough.mp4

Installation

This application uses node and the node package manager to manage dependencies To use this application you must have a local installation of MySQL. These are the npm and MySQL commands to set up and seed the SQL database.

npm i

mysql -u "your username" -p
source schema.sql
source seeds.sql

Usage

Use the following command to start a local instance of the application on your machine:

node index.js

License

This project is licensed under the MIT license.

Contributing

This is an open source project

Credits

This project was built by referencing the following example code

  1. Instructor provided class examples
  2. Stack Overflow question number 8813142
  3. Stack Overflow question number 66626936
  4. Inquirer documentation (https://www.npmjs.com/package/inquirer)
  5. MySQL documentation (https://www.npmjs.com/package/mysql2)

Connect

You can find more of my work at: Joecode22