Question: Use Visual Studio 2 0 2 2 or Visual Studio Code to create a Node.js server application called Customers with a server page named server.js
Use Visual Studio or Visual Studio Code to create a Node.js server
application called Customers with a server page named server.js and a client page
named index.html The purpose of this kind of application would be to:
Allow users to maintain customer data using a web page where maintenance
means the ability to add new customers, update existing customer data,
delete customers and find a specific customer by customer number CRUD
Youll need to use AJAX to issue post requests with responses between the
html page and the Node.js server.
For help with this, see the NodeAJAX example.
While its not a requirement for this project, it is recommended that you use
jQuery to manage the clientside post requests and response call backs. The
NodeAJAX solution uses jQuery AJAX and provides a good example of
utilizing roundtrip requestresponse strategies with Node.js
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
