Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.48 KB

File metadata and controls

41 lines (29 loc) · 1.48 KB

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.