Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 655 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 655 Bytes

This is Baraa Ahmad's Assignment-1 for Software Engineering (CS 3203) at University of Oklahoma.

+#Node-Express-REST-API-jQuery-AJAX. +This assignment is based on Node.js, Express.js, HTML and jQuery AJAX REST API.

#Installation in local. to run, you need to install 'NPM' and Node.js in your system.

to install

+Do 'npm install express' in your terminal for your IDE +Do 'npm i -s', 'npm install body-parser' and 'npm init' as well

Running the Application

+Do 'node server.js'. +The code will be running on http://localhost:3000 .

References

https://github.com/michaelcheng429/ajax-restful-api-tutorial Dr. Park's Lecture Code Example