Question: JAVASCRIPT HTML WITH A HINT OF NODE.js / / EXPRESS.js & Web Application / / AJAX + JQuery This bonus assignment will be worth 4

JAVASCRIPT HTML WITH A HINT OF NODE.js // EXPRESS.js & Web Application // AJAX +JQuery
This bonus assignment will be worth 40 points. Last week, we created a web application with the following endpoints for a book library:
GET /book?title=
POST /book
JSON body: {"title":"...","author":"...","pages":"...","quality":"..."}
DELETE /book?title=
GET /books
This week's assignment will have you extend the HTML page we created from the lecture notes. You may also use the solution from Module 10 assignment solution when it is released, which contains the entire Express project folder with the endpoints created for you. There is no requirement in terms of UI and functionality (be creative), but you must do the following to get all 30 pts:
Incorporate all the API endpoints listed above from these past two week's lectures.
Use jQuery AJAX to accomplish any server-side interaction (any time your HTML page makes a call to your local web application).
Use jQuery to manipulate a DOM element somewhere in your assignment solution using a selector and DOM method of your choosing.
If you do use last week's solution code, you would simply add an HTML file in the same folder that uses jQuery AJAX to hit the endpoints above.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!