Question: Create a new express server in the provided part 2 folder. Review the provided actors.html in the express server's public directory. Implement a Web Application
Create a new express server in the provided part folder.
Review the provided actors.html in the express server's public directory.
Implement a Web Application to list and update Actors.
Using AJAX, when the page loads your web application should query the database's actor table and display all actors in the HTML table in the page following the format provided.
When a user types a first and last name in the Add Actor section and clicks Add, your web application should send an AJAX request to add the actor to the database.
HINT: Some of the columns in the actor table will populate automatically on insert; be sure to test your query first.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
