-
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.
- 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.
Click here to watch demo of usage
For questions about this application please reach out on Github or email.
-
GitHub: natale565
-
Email: natale565@icloud.com