bldambtn / WhoDoYouWorkFor

A command-line application from scratch to manage a company's employee database, using Node.js, Inquirer, and PostgreSQL.
MIT License
0 stars 0 forks source link

added ac for 1,2, and 5 #18

Closed bldambtn closed 3 months ago

bldambtn commented 3 months ago
  1. completed AC1 - confirmed all application start choices are available.
  2. reconfigured server.js to split user interaction functions based on user prompt selection
  3. added models folder with index.js, employee.js, roles.js, and department.js files
  4. completed AC5 - confirmed user can add a department, the department is added to the department table with a name and id
  5. completed AC2 - confirmed table is created for department, user can select view all departments, terminal shows department table