An open API service indexing awesome lists of open source software.

https://github.com/kfarshchian/employee-tracker

A Node.JS application that is running a server that updates MYSQL databases.
https://github.com/kfarshchian/employee-tracker

cli console-table database express inquirer javascript mysql nodejs nodemon server terminal-kit

Last synced: 2 months ago
JSON representation

A Node.JS application that is running a server that updates MYSQL databases.

Awesome Lists containing this project

README

          

# Employee Tracker

## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Description
A node.js application that is running a server and takes in simple information from inquirer that updates, add and views your MYSQL databases. I made this project for future use and to solidify my knowledge in node.js and MYSQL databases.

## Table of Contents
- [License](#License)
- [Description](#Description)
- [Installation](#installation)
- [Usage](#Usage)
- [Credits](#credits)
- [Tests](#Tests)
- [Questions](#Questions)

## Installation

- npm install
- npm i express
- npm install nodemon
- npm install console.table --save
- npm install terminal-kit
- npm i mysql
- npm install --save mysql2

## Usage
[Uploading module 12.webm…]()
![alttext](./assets/images/site.png)


![alttext](./assets/images/site.png)
I made this project to make it easier to run any MYSQL needs. This program will let you check all your databases in one place. It will also let you insert new data into the tables as well as updating existing data. This program runs on a node.js server that runs all commands live in the MYSQL databases and updated immediately.

## Credits
N/A

## Tests
N/A

## Questions
If you would like to ask me any questions. Contact me at my email address below or you can check out my Github profile.
- Email- kfarshchian@gmail.com
- Github user name- kfarshchian