Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.3 KB

SQL Employee Tracker

License: MIT GitHub repo size

Initially created in the spring of 2023 for my UCF Full-Stack Web Development Bootcamp.

Description

A command-line application that manage's a company's employee database, using MySQL, Inquirer, Node.js, & JavaScript.

Screenshot 2024-04-21 183612

Technologies

  • Mysql
  • Inquirer
  • Node.js
  • JavaScript

Installation

Note: You must have Node.js and MySQL installed on your local machine.

  1. Clone this repository to your local machine.
  2. Ensure you have npm installed locally.
  3. Navigate to your terminal and run npm install.

Usage

Note: You will need to create a .env file to store your sensitive data.

  1. Setup and seed your database within MySQL.
  2. In the terminal, run node index.js.
  3. Answer the questions prompted within the terminal.
  4. Fin!

License

This project is licensed under the MIT License.

Questions

Questions? Comments? Concerns? Reach out to me via GitHub or email at egarrisxn@gmail.com.