11:20
RESTful APIs in 100 Seconds // Build an API from Scratch with Node.js Express
What is an API? What is REST? Learn how an Application Programming Interface (API) can adhere to Representational State ...
11:28
#32 What is Web API | Working with Express JS | A Complete NODE JS Course
Before we start creating Web APIs using Express JS, let's first try to understand what a Web API is and what advantages it ...
20:27
Building REST API's using Node and Express.js
Hey Everyone, In this video, we will build our own REST API using Node and Express frameworks. Fake Data API: ...
58:40
How to build a REST API with Node js & Express
Learn to build a REST API with Node js & Express in just 1 hour! Get the complete Node course: http://bit.ly/2NfkpOC Subscribe ...
28:56
Build A REST API With Node.js, Express, & MongoDB - Quick
Become a web developer* with my *FREE Web Development Roadmap* - _260+ videos, 120+ projects, 60+ articles_ ...
17:50
3.1 API calls from Node.js (Weather data from Dark Sky) - Working with Data and APIs in JavaScript
https://github.com/CodingTrain/Intro-to-Data-APIs-JS Welcome to Module 3! I covered a lot about node.js in the previous module, ...
12:13
Connect frontend and backend | React JS, Node JS, Express | Send data from backend to frontend | API
"Unlocking Seamless Integration: Connecting React.js Frontend with Node.js Backend using Express | Step-by-Step Tutorial" In ...
1:01:16
Build a REST API with Node JS and Express | CRUD API Tutorial
In this video, you'll learn everything you need to know about creating a simple API using Node and Express. Join our ...
18:20
#34 API: Handling GET Request | Working with Express JS | A Complete NODE JS Course
In this lecture, we are going to create our very first Web API using Express JS. This Web API will handle GET request and it will ...
14:17
How to FETCH data from an API using JavaScript ↩️
javascript #utorial #course 00:00:00 fetch 00:06:29 async/await 00:08:55 project // fetch = Function used for making HTTP ...
2:26:22
Intro to Backend Web Development – Node.js & Express Tutorial for Beginners
This introductory guide teaches you how to construct a basic backend for a website using popular technologies like Node.js, ...
11:15
Lesson 3: Create a Web API Server Using Node.js
Lesson 3: Create a Web API Server Using Node.js* *Lesson Description* In this lesson you create a Web API server using ...
1:33:14
CRUD API Tutorial – Node, Express, MongoDB
This is a great beginners course to learn the basics of backend development by building a CRUD API with Node.js, Express, and ...
2:08
How to Deploy Backend for free | Render | Node.js, Express.js | Under 2 minutes
In this quick tutorial, I'll show you how to deploy your Node.js backend to Render.com for free in just 2 minutes! We'll connect a ...
4:27
How to create a web API with Node.js and Express [17 of 26] | Node.js for Beginners
Express is a popular library for building RESTful web APIs with Node.js. Discover how you can create and configure a web server ...
42:21
Node.js Express Server Tutorial (2026) | From Zero to API
New and updated How to Build Secure Next.js Authentication in 2026: ...
16:26
#35 API: Handling POST Request | Working with Express JS | A Complete NODE JS Course
In this lecture we are going to implement a route handler for handling POST request which will create a new movie object on the ...
17:26
How to Write Clean JavaScript (with node & express example)
Learn how to write cleaner javascript code using a couple of useful tips and some clean architecture designs such as using ...
1:11:02
⭐ Build REST API for Beginners with Node.js + Express.js + TypeScript. 📖 Fully Explained 🔍
This video shows you how to build a REST API from scratch with Node.js, Express.js and Typescript. In this video, I explain the ...
1:05:59
RESTful API From Scratch Using Node, Express and MongoDB
In this video we will create a full RESTful web api that will allow us to get, post, put and delete JSON data through HTTP requests.