princeachu / Employee_Tracker_hw12

Employee tracker is a back-end application that allows a user to manage an employee database created using MySQL.
0 stars 0 forks source link

Employee Tracker

[Dependencies]

Project Description

Employee tracker is a backend application that allows a user to manage an emploee database created using MySQL. Utilizing the application the user will be able to add and remove an employee's information from the system. You can add what department they work in, their employee role and salary as well as their role and department Id. I accomplished this by utilizing MySQL to store the data and node.js and inquirer to prompt the user on what information they would like to add, remove and view.

Screenshot

Table of Contents

  1. *Installation
  2. *Usage
  3. *Technologies
  4. *Tests
  5. *License
  6. *Questions

Installation

To install the neccassary dependencies run the following commands in the terminal: Run npm install to download all the neccassary dependencies found in package.json.

Usage

Enter your terminal through the main directory and type in node index.js to start the application.

Screenshot

APP DEMONSTRATION: Link

Technologies

  1. Node.js
  2. Inquirer
  3. MySQL

Tests

License

MIT License

Questions

If you have any questions please reach out to:

princeachu

princeachuru@gmail.com