ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

211,753 results

Fireship
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:20
RESTful APIs in 100 Seconds // Build an API from Scratch with Node.js Express

1,789,764 views

4 years ago

Programming with Mosh
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 ...

58:40
How to build a REST API with Node js & Express

1,884,613 views

7 years ago

Web Dev Simplified
Build A REST API With Node.js, Express, & MongoDB - Quick

In this video you will be building a fully functional REST API in under 30 minutes. You will learn how to setup a Node.js server with ...

28:56
Build A REST API With Node.js, Express, & MongoDB - Quick

923,165 views

6 years ago

JavaScript Mastery
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 ...

1:01:16
Build a REST API with Node JS and Express | CRUD API Tutorial

601,585 views

5 years ago

dcode
How to Build a REST API with Node JS and Express

View the Code & GitHub Repository: https://dcode.domenade.com/tutorials/how-to-build-a-rest-api-with-nodejs-and-express ...

31:34
How to Build a REST API with Node JS and Express

56,197 views

3 years ago

People also watched

Fazt Code
Nodejs & PostgreSQL REST API

Aprende a crear una REST API en Nodejs junto a PostgreSQL usando código de moderno de Javascript además de ...

1:03:22
Nodejs & PostgreSQL REST API

38,880 views

1 year ago

MonkeyWit
Como crear una API REST con Node js y MySQL | CRUD (Create, Read, Update, Delete)

En este video te muestro como crear de manera prática una API REST con Node js y MySQL. Échale un vistazo a nuestro website ...

42:35
Como crear una API REST con Node js y MySQL | CRUD (Create, Read, Update, Delete)

48,158 views

5 years ago

Codelia
Node.js - REST API | Como crear y probar tu API de manera sencilla!

Codelia presenta el tutorial de cómo crear y probar tu propia API de manera sencilla y eficiente. Esto utilizando programas como ...

17:00
Node.js - REST API | Como crear y probar tu API de manera sencilla!

44,440 views

4 years ago

Fazt
Express Framework de Nodejs, Curso para principiantes (Javascript en el backend)

Express es un framework de Nodejs usado para crear aplicaciones de servidor usando Javascript. Con express puedes crear ...

4:00:30
Express Framework de Nodejs, Curso para principiantes (Javascript en el backend)

224,644 views

3 years ago

Beaufort Tek
Build a Rest Api with NodeJS (JavaScript), Express, and PostgreSQL

In this video we build a rest api with NodeJS (JavaScript) and PostreSQL. In this video we tackle * routing concepts * the express ...

1:07:53
Build a Rest Api with NodeJS (JavaScript), Express, and PostgreSQL

150,836 views

4 years ago

midulive
SOLUCIÓN de CORS y Desarrollo de API REST con Express

Creamos desde cero y paso a paso con Express una REST API. Explicamos qué es y cómo funciona. También veremos las ...

1:32:36
SOLUCIÓN de CORS y Desarrollo de API REST con Express

141,186 views

2 years ago

Programming with Adil
Build a Complete  API with Node.js, Express & MongoDB | Guide for Beginners 2024 | Auth, JWT, CRUD

"Learn how to build a full-featured API using Node.js, Express, MongoDB, and JWT Authentication. In this tutorial, we cover ...

2:04:11
Build a Complete API with Node.js, Express & MongoDB | Guide for Beginners 2024 | Auth, JWT, CRUD

88,456 views

1 year ago

Smoljames
Backend Full Course | NodeJS ExpressJS PostgreSQL Prisma & Docker

... Learn backend development - How the internet works - Rest API Endpoints - NodeJS & ExpressJS - PostgreSQL & Prisma ORM ...

5:17:22
Backend Full Course | NodeJS ExpressJS PostgreSQL Prisma & Docker

318,657 views

1 year ago

codewithsadee
Backend Mastery: Build & Deploy REST API with NodeJS + JWT + MongoDB

Build & Deploy a Production-Ready Blog REST API | TypeScript, JWT Auth, MongoDB, ExpressJS, Hostinger VPS, BetterStack, ...

6:48:10
Backend Mastery: Build & Deploy REST API with NodeJS + JWT + MongoDB

44,006 views

7 months ago

midulive
How to consume a REST API with JavaScript and Fetch + Promises with error handling

I'll explain how you can consume a REST API using Fetch. I'll show you how to use headers to send a token and how to handle ...

7:48
How to consume a REST API with JavaScript and Fetch + Promises with error handling

154,295 views

3 years ago

OpenJavaScript
How to Build a REST API with Node.js and Express | Tutorial

Source code: https://openjavascript.info/2023/01/19/build-a-rest-api-with-node-js-and-express/ ⚡ Need hosting for a website, ...

30:37
How to Build a REST API with Node.js and Express | Tutorial

6,210 views

3 years ago

MonkeyWit
API REST con Node js y Express | CRUD

Crea tu primera API REST con NODE JS en 30 MINUTOS . En este video te muestro cómo crear una API REST simple usando ...

36:36
API REST con Node js y Express | CRUD

42,160 views

2 years ago

PedroTech
Backend Complete Course | NodeJS, ExpressJS, JWT, PostgreSQL, Prisma...

Learn everything you need to know about Backend Development! NodeJS, Express, JWT Authentication, Validation and MORE!

3:02:37
Backend Complete Course | NodeJS, ExpressJS, JWT, PostgreSQL, Prisma...

52,478 views

1 month ago

Web Dev Simplified
Learn Express JS In 35 Minutes

ExpressJS is the most popular Node.js web server framework and is the basis of thousands of sites. In this video I will be breaking ...

36:03
Learn Express JS In 35 Minutes

1,060,705 views

4 years ago

Alex Rusin
Node.js Express Server Tutorial (2026) | From Zero to API

New and updated How to Build Secure Next.js Authentication in 2026: ...

42:21
Node.js Express Server Tutorial (2026) | From Zero to API

1,688 views

2 months ago

Alkademy Learning
How to Build a REST API in Node.js and Express.js and File JSON Database

This video explains how to build a REST API in Node.js in few minutes. Find the steps here: ...

7:25
How to Build a REST API in Node.js and Express.js and File JSON Database

80,298 views

6 years ago

ByteByteGo
What Is REST API? Examples And How To Use It: Crash Course System Design #3

Subscribe to our weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: ...

5:21
What Is REST API? Examples And How To Use It: Crash Course System Design #3

1,258,564 views

3 years ago

Tomek in Tech
Swagger for NodeJs Express REST API - Document your API like a professional

In this video we will extend our REST API with an interactive documentation using Swager. This allows our users to very quickly ...

47:54
Swagger for NodeJs Express REST API - Document your API like a professional

10,782 views

3 years ago

Coding Nexus
Simple REST API with Node.js and Express - JavaScript Tutorial for Beginners

Create and Finetune a Chatbot FREE without coding Query AI - https://queryai.co.uk/?ref=lsmhtpxd In this JavaScript tutorial I will ...

8:59
Simple REST API with Node.js and Express - JavaScript Tutorial for Beginners

2,119 views

3 years ago

Coding2GO
JavaScript Backend Course - Express.js & Node.js in 24 Minutes

In this video, you'll learn how to set up an Express server from scratch, create routes, handle JSON data, connect a small front-end ...

24:17
JavaScript Backend Course - Express.js & Node.js in 24 Minutes

17,642 views

1 month ago

Dave Gray
MVC Model-View-Controller Example | CRUD REST API | Node.js & Express tutorials for Beginners

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap This tutorial gives an MVC ...

20:25
MVC Model-View-Controller Example | CRUD REST API | Node.js & Express tutorials for Beginners

69,873 views

4 years ago

Alex Rusin
Node.js REST API Mastery: Build Powerful APIs with Express

New and updated How to Build Secure Next.js Authentication in 2026: ...

3:40:18
Node.js REST API Mastery: Build Powerful APIs with Express

27,714 views

7 months ago