/employeeTracker

Command line interface that works with MYSQL to create an employee database and tracker

Primary LanguageJavaScript

Employee Database

A project created by Corey Samuels

Table Of Contents

Project Description

This is a project that uses the command line in tandem with inquirer to interact dynamically with a mySQL Database. I have create a model employee database and have gave the user the ability to navigate the database and add specific information into it. This porject has endless possibilities due to the fact that with more time oe the project I could add many other features to interact with the database and make the displaying of the database even cleaner. I will look into making this better as time goes on and this project will be given further updates accordingly

Installation

This app is ran through node and utilizes mySQL, to use you would need to install the NPM dependencies and then go on to create a mySQL schema with the information provided in the database.sql file, you would then have to connect the script to the database and would be able to use the application after that.

Usage

Use of this application is simple as you are given prompts in the command line and can choose what you want to do yourself.

Technologies Used

Javascript, Node.js, NPM, mySQL, inquirer, ckey

Contributing

Feel free to download and contribute to this project!

License

License: MIT(https://opensource.org/licenses/MIT)

Copyright (c) 2020

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 PURPOSE 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.

Questions

Check out my GitHub page here: https://github.com/coreyjay98

For any additional questions please feel free to reach me at coreyjsamuels@gmail.com