DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on

Build your first RESTful API with Node.js and Express Part-1

In this video, In this video, We are going to learn about How we can create RESTful API with node.js and express.

As you know, Express is one of the most popular frameworks for creating a web application with node.js . In this video, We are going to use the same. We are going to use a static array as our database for the demo purpose. And we are also going to use Express router to map our API Calls Urls(End Points) to our function where we are going to write code to receive and send JSON.

Source Code for this video is available on - https://github.com/JalpeshVadgama/FirstNodeJSRestAPI

If you like this video and wanted to see a similar kind of video then, please subscribe to my youtube channel at - http://bit.ly/codewithjv.

Also, Do let me know what more content you wanted to see in for node.js.

Top comments (0)