/EmployeeTracker

This is a content management system using MySQL and Node. It uses the MySQL and Inquirer modules to dynamically update a MySQL schema which holds employee information. It has three tables with department, role, and employee data. The user can view, update, delete, and add to the schema with the command line.

Primary LanguageJavaScriptMIT LicenseMIT

Employee Tracker

JavaScript MySQL Node WomeninTech

This is a content management system using MySQL and Node. It uses the MySQL and Inquirer modules to dynamically update a MySQL schema which holds employee information. It has three tables with department, role, and employee data. The user can view, update, delete, and add to the schema with the command line.

Table of Contents

1.) Usage

2.) Installation

3.) Credits

4.) Contributing

5.) Questions/Contact

6.) License

Usage

To use this:

1.) Download or clone this repository

2.) run npm i to install dependencies

3.) run node tracker.js in Node

You will need to have MySQL installed.

ScreenShot

Link to full demo video Demo

Installation

The user will need to have Node.js and MySQL installed. MySQL Workbench is especially useful to access schema. Be sure to npm i to install all dependencies!

Credits

References were made to www.nodejs.com and www.npmjs.com

Contributing

Please refer to the Contributor Covenant, version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

Questions/Contact

Mindy Ratcliff Mindyratcliff mindy.ratcliff@gmail.com

License

License: MIT

MIT License

Copyright (c) 2021 Mindy Ratcliff

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PUR POSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.