Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions