Esztergb / employee-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Tracker

License: MIT

Description

Developers frequently have to create interfaces that allow non-developers to easily view and interact with information stored in databases. These interfaces are called content management systems (CMS). This is a command-line application to manage a company's employee database, using Node.js, Inquirer, and MySQL.

Table of Contents

Installation

Before attempting to use this project, make sure to have these programs installed on your computer:

  • VS Code
  • GitBash
  • Node.js

Steps to initialize the project:

  1. Copy Link: Hit the "Code" button within this GitHub repo to copy link
  2. Clone: Within GitBash, use the command "git clone paste link here"
  3. NPM: Use the command "npm init -y" to install Node Package Manager
  4. Inquirer: Use the command "npm install inquirer" to get npm's inquirer package
  5. MySql: Use the command "npm i mysql" to get npm's mysql package

Usage

The application will be invoked by using the “node index” command.
Click on the screenshot below to start the Screencastify video tutorial:

screencastify video

License

This project is covered under the MIT licence.
To learn more click on the following link

How to Contribute

Please follow Contributor Covenant Guidelines by clicking on the following link: Contributor Covenant

Tests

Start application.

Questions

If you have any questions about this projects, please email me: gubiscom@yahoo.com directly.
Please visit my GitHub Page to view this project.

Credits

Thank you for tips and sugestions from Bootcamp instructors and classmates. I have used https://www.w3schools.com/ and https://www.stackoverflow.com to research information. Did not work with tutor this week. Codes were based on mini project and some other modules from bootcamp. I received help from tutor Dru Sanchez as well.

About

License:MIT License


Languages

Language:JavaScript 100.0%