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.
- Host: GitHub
- URL: https://github.com/kfarshchian/employee-tracker
- Owner: kfarshchian
- Created: 2023-01-20T01:34:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T08:37:17.000Z (over 3 years ago)
- Last Synced: 2025-01-17T11:22:23.784Z (over 1 year ago)
- Topics: cli, console-table, database, express, inquirer, javascript, mysql, nodejs, nodemon, server, terminal-kit
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Employee Tracker
## License
[](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…]()


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