Skip to content

natale565/12-SQL-Employee-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

12-SQL-Employee-Tracker

Description

  • The purpose of this application is to create a command-line application for a content management system (CMS) using Node.JS, Inquirer, and PostgreSQL.

  • This application allows the user to view all departments, roles, and employees.

  • Add new departments, roles, and employees.

  • Delete departments, roles, and employees.

  • When a user chooses to view a departments, role, or employees they will be presented with a table displaying the infomation.

  • When a user chooses to add a department, role, or employee, They will be promted to enter in information for the entry to be added to the coresponding table.

Useage

  • Clone project from GitHub Repo Here
  • In the terminal, run the following commands:
  • npm i
  • npm i inquirer@8.2.4
  • npm i pg
  • To start server, run node server.js
  • From here you will be presented with a menu.

Video Demo & Screenshots

Click here to watch demo of usage

  • Screenshots of terminal usage start view department add after add delete after delete

Contact

For questions about this application please reach out on Github or email.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors