issues
search
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
completed AC1 - confirmed all application start choices are available.
reconfigured server.js to split user interaction functions based on user prompt selection
added models folder with index.js, employee.js, roles.js, and department.js files
completed AC5 - confirmed user can add a department, the department is added to the department table with a name and id
completed AC2 - confirmed table is created for department, user can select view all departments, terminal shows department table