/employee-tracker

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases.

Primary LanguageJavaScriptMIT LicenseMIT

Employee-tracker

Description

Developers are often tasked with creating interfaces that make it easy for non-developers to view and interact with information stored in databases. Often these interfaces are known as Content Management Systems. The challenge is to architect and build a solution for managing a company's employees using node, inquirer, and MySQL.

This week I was tasked with the challenge to understand CRUD and relational databases. Using this application, you have the ability to create, update, and view all the employees.

Because this application cannot be deployed on Github, you will find a walk through of the functionality under the Usage section.

GitHub top language GitHub last commit License: MIT

Table of Contents:

Installation

  1. Clone this repositiory to your local computer using terminal or bash:

    git clone https://github.com/Kammielatay/employee-tracker.git
    
  2. Open folder in your editor of choice (VSC, Sublime, etc.)

Usage

MySQL Demo

License

Distributed under the License: MIT License. See OpenSource.org for more information.

Tests

  1. Select 'Open in Integrated Terminal' by simply right-clicking 'index.js' and run the code below:

    node install
    node index.js
    

Questions

If you have any questions, please reach out to me at Kameshialatay@gmail.com