RESTful API with Node.JS (02)

Hi guys, This is my 2nd tutorial about RESTful api with node.js
In this tutorial I explain how to setup node.js project and build node.js project
Let's start!

What we'll build?

In our application we use,
/students GET request for get list of students.
/students POST request for add new students.
/students/{id} GET request for get student information by id.
/students/{id} PATCH ,change ,update that student details.
/students{id} DELETE for delete that student form list.

First you have to install Node.js. For that follow up this link : https://nodejs.org/en/

Ok.Now we are ready to create our first application using Node.js. 😄


No comments:

Powered by Blogger.