8000 GitHub - gaggigger/Employee-Tracker: A solution for managing a company's employees. using node, inquirer, and MySQL. The command line application allows users to, Add departments, roles, employees, View departments, roles, employees, Update employee roles View employees by manager Delete departments, roles, employees.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A solution for managing a company's employees. using node, inquirer, and MySQL. The command line application allows users to, Add departments, roles, employees, View departments, roles, employees, Update employee roles View employees by manager Delete departments, roles, employees.

Notifications You must be signed in to change notification settings

gaggigger/Employee-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-Tracker

A solution for managing a company's employees using node, inquirer, and MySQL

  • The command-line application allows users to:

    • Add departments, roles, employees
    • View departments, roles, employees
    • Update employee roles
    • View employees by manager
    • Delete departments, roles, employees

Visuals

Employee-Tracker

Usage

  1. Use the CLI interface to select employee management options
  2. Menu options lead to additional prompts
  3. Options return to the home menu.
  4. Select the next option as needed.
  5. Use the Exit option to close the application.

Steps to Setup

  1. Clone the repo

  2. Install dependencies

npm install
  1. Create the database using the officeSchema.sql and seeds.sql files.

  2. Run Server

node server.js

What I Learned

  • SQL queries for Create, Read, Update, and Delete (CRUD)
  • Using NPM mysql module to interact with a MySQL backend
  • Creating SQL schema and seed files

Links to Project

GitHub

employee-tracker

About

A solution for managing a company's employees. using node, inquirer, and MySQL. The command line application allows users to, Add departments, roles, employees, View departments, roles, employees, Update employee roles View employees by manager Delete departments, roles, employees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0