Skip to content

vlsulliv/Team_Profile_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Profile Generator

Description

Team Profile Generator is a command-line applicvation that takes in user-information about employees on a software-engineering team then generates an HTML webpage that displays summaries for each person.

Table to Contents

Usage

Open a command line and enter node index.js command.

db

DB:
Tables:
1. departments:
        department names
        department ids

2. roles:
        job title,
        role id,
        department
        salary for that role

3. employee:
        ids,
        first names,
        last names,
        job titles,
        departments,
        salaries, and
        managers that the
        employees report to

Frameworks

  node.js
  inquirer.js

  node
  inquirer
  Jest

Credit

Icons
Website Templates

File Structure

Approach

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published