Using the functionality from Q1, you want to develop Node w…
Using the functionality from Q1, you want to develop Node web application that utilizes the Express framework and Routing. The application should have the routes to list all the projects and list all the unique employees. In these lists, clicking on a project should how the details of the specific project with the employees working on that project. Similarly, clicking on an employee should show the specific projects this employee is working along with the co-workers in each project.a) Provide only the code for the above four routes.b) Provide the code for the four handlebars view pages for the corresponding results.
Read Details