Skip to content

huirayj/employee-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Employee Management Tool

Overview

In this following exercise, the user sets up an SQL database and creates a CLI to manage the database. Functionalties include viewing all employees by various parameters and adding/removing/updating roles, departments, and employees.

Table of Contents

Pseudocode

  1. Create an SQL database, as well as seed data.
  2. Create a prompt that takes in user input.
  3. Allow the user the option to view, add, remove, and update employees, roles, departments, etc...
  4. Create SQL statements for specific scenarios.
  5. Retrieve respective SQL data and convert them into usable objects.

Installation

  1. npm i

Usage

  1. node index.js to run the app.
  2. Use the prompt to navigate to viewing, adding, and updating employees and departments.

Technologies Used

  • Javascript
  • Node.js
  • SQL

Links

Resources

Demo

team-profile-generator-demo

Screenshots

Viewing All Employees

Viewing All Employees

Adding Employee

Adding Employee

About

A simple employee database management tool via CLI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published