DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on

1

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.

Postgres on Neon - Get the Free Plan

No credit card required. The database you love, on a serverless platform designed to help you build faster.

Get Postgres on Neon

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay