Skip to content

NodeJS MySQL app that keeps running list of employees, roles, and departments

License

Notifications You must be signed in to change notification settings

Llourn/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Tracker

Description

A CLI app used to keep track of Employees, Roles, and Departments. Review and modify data stored on a database.

employee-tracker.mov

Table of Contents

Installation

Requirements:

  • Node v18.x
  • MySQL Server

Instructions:

  • clone this repo.
  • cd into project directory
  • npm install
  • update MySQL database connection configuration in db.js.
  • npm run start

Note: On start, the initializeDB() function will create the table and seed it with data. If this isn't disired just comment out the function call in index.js

Usage

Use the keyboard to navigate the UI and to enter text input when prompted.

To exit select 🚪 Exit from the main menu.

License

MIT License Copyright (c) 2023 Lorne Cyr

Badges

License: MIT Boot Camp Project

About

NodeJS MySQL app that keeps running list of employees, roles, and departments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published