Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started