/MySQL-Employee-Tracker

Allows users to interact with an employee database

Primary LanguageJavaScript

MySQL Employee Tracker

License: MIT

Description

This is a command-line-application that uses MySQL to create, read, and update an employee database. A user can pull up a complete table of employees and their information as well as update employee roles and departments.

Table of Contents

Installation
Usage
Contributing
Tests
Questions
License

Installation

after cloning repo,

  • have MySql downloaded and an 'employee_tracker_db' database folder created
  • update the username and password in the .env file to your personal info
  • in terminal : run 'npm init' then 'npm i' to install the npm packages (listed under dependencies in the package.json file)
  • type 'node index' in the terminal to run the application

Usage

This application helps to organize and update a database of employees and their professional information

Contributing

feel free to contact me (see below)

Tests

Play around with it a see what breaks

Questions

If you have any questions, feel free to reach out!
My email: tianweaver@gmail.com
Personal GitHub Page: github.com/Tianwes

Screenshot

2021-03-13


2021-03-13 (1)

License

This application is covered under the MIT license. To find out more about the MIT license, click here

MIT © 2021 Tianwes