Build Rest API using Node.js | CRUD API Tutorial | Node.js Tutorial for Beginners #5

  Рет қаралды 30,078

Dipesh Malvia

Dipesh Malvia

Күн бұрын

In this video we will implement everything that we have learnt so far and build a vanilla Nodejs CRUD API movie project. We see how to create a http server, build Rest API and how to use thunder http client to test our APIs.
We will not be using any framework or library to build this project this is good practical hand-ons for beginners who just started their journey with Node.js.
⭐️ Support my channel⭐️
www.buymeacoffee.com/dipeshma...
⭐️ GitHub link for Reference ⭐️
github.com/dmalvia/Vanilla_No...
⭐️ Node.js for beginners Playlist ⭐️
• Node.js Tutorial For B...
🔥 Video contents... ENJOY 👇
0:00:00 - Intro
0:00:37 - Rest Api Convention
0:01:33 - Project Setup
0:03:53 - Create Http Server
0:08:44 - Thunder Client Setup
0:09:42 - Define HTTP Routes & Methods
0:12:15 - Create Movies Data JSON File
0:14:38 - Get All Movies
0:16:55 - Get Single Movie
0:25:12 - Create New Movie
0:39:40 - Delete Movie
0:44:29 - Update Movie
0:48:52 - Test Endpoints
0:51:26 - Outro
⭐️ JavaScript ⭐️
🔗 JavaScript Crash Course - • JavaScript Tutorial fo...
⭐️ React Crash Course ⭐️
🔗 • React Tutorials for Be...
🔗 Social Medias 🔗
Twitter: / imdmalvia
Facebook: / programmingwithdipesh
Instagram: / dipeshmalvia
LinkedIn: / dmalvia
⭐️ Tags ⭐️
- Vanilla Node.js CRUD API Project
- Building Restful API Project Using Node.js
- Nodejs Movie API Project For Beginners
- CRUD Rest API Using Node.js
⭐️ Hashtags ⭐️
#nodejs #beginners #tutorial
Disclaimer:
It doesn't feel good to have a disclaimer in every video but this is how the world is right now.
All videos are for educational purpose and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.

Пікірлер: 35
@DipeshMalvia
@DipeshMalvia Жыл бұрын
Guys, if the video is helpful to you or you learned something than please appreciate and ADD COMMENT hit the LIKE and SUBSCRIBE button and help this channel to GROW😉 Checkout the React Playlist - kzbin.info/aero/PLTP3E5bPW7944Ec1lfXzavqRHzxY5FigD Checkout the JS playlist - kzbin.info/aero/PLTP3E5bPW795Nx9KUPCdHNsh7uuyqe9Mi
@mehul5217
@mehul5217 7 ай бұрын
Very informative, this video deserves more views. This content should be taught before every express/NodeJs tutorial
@DipeshMalvia
@DipeshMalvia 7 ай бұрын
Glad it was helpful!
@cristianvuolo1096
@cristianvuolo1096 Жыл бұрын
THANK YOU VERY MUCH DIPESH!!!!
@abbasahmad6643
@abbasahmad6643 Жыл бұрын
Awesome and very informative for beginners keep it up bro love from Pakistan
@cheerladinnemouli2864
@cheerladinnemouli2864 Жыл бұрын
Hey dipesh!! You done a great Job 👏. Very helpful
@DipeshMalvia
@DipeshMalvia Жыл бұрын
My pleasure 😊
@subramanianchenniappan4059
@subramanianchenniappan4059 Жыл бұрын
Thanks . I am a Java backend restful API lead
@ragupathil972
@ragupathil972 Жыл бұрын
your video super bro. thanks bro... kindly make video about access token and refresh token using react and node js bro
@DeepakGupta-hj2dv
@DeepakGupta-hj2dv Жыл бұрын
50k subscribed Very soon this diwali gift....great video
@DipeshMalvia
@DipeshMalvia Жыл бұрын
Thank you so much 😀
@lashagiorgadze1480
@lashagiorgadze1480 Жыл бұрын
thanks dipesh
@DipeshMalvia
@DipeshMalvia Жыл бұрын
Welcome Lasha!
@kothaib6949
@kothaib6949 Жыл бұрын
Can you please make a video on React advanced Concepts.. Code splitting, tree shaking, ssr etc. Also please make a video on react router v6
@ankitkadam4950
@ankitkadam4950 Жыл бұрын
Thank you sir🙏🏻
@DipeshMalvia
@DipeshMalvia Жыл бұрын
Most welcome
@VarunKapoor-tc1je
@VarunKapoor-tc1je Жыл бұрын
local host is giving output in browser but showing error in thunderclient
@asifhabeeb3456
@asifhabeeb3456 Жыл бұрын
Now this is working locally right so how do we set them to live ?
@samikshakumari7012
@samikshakumari7012 5 ай бұрын
RegExp is not working on get specific movies. what we take instead of Regexp?
@regilearn2138
@regilearn2138 Жыл бұрын
would like to request MERN + TYPESCRIPT + RTK Query Project
@Santhosh-lw5ic
@Santhosh-lw5ic Жыл бұрын
Well i didn't find the RegExp in the get req an any one help me
@manasahr430
@manasahr430 Жыл бұрын
how to create an api using mssql stored procedure and nodejs
@PrasanthiKoduri
@PrasanthiKoduri Жыл бұрын
How to get UID for movies?
@razarizvi7085
@razarizvi7085 Жыл бұрын
brother my issue is not getting fix! It always show, package.json module not found. Even if I write npm -v in terminal then same error occurs. Kindly, if anyone can guide me!!!
@ishadii
@ishadii Жыл бұрын
seems like you haven't installed the packages properly bro
@ManishKSE-tf5uh
@ManishKSE-tf5uh Жыл бұрын
Aur kitni video hai sir node js series mei please reply
@brajagopalmukherjee1588
@brajagopalmukherjee1588 Жыл бұрын
Sir nodejs stream pa video chaiya sir
@ksn425
@ksn425 Жыл бұрын
we want intermediate to advance course 2
@shubhamgupta-bl1tr
@shubhamgupta-bl1tr Жыл бұрын
How node js handle million of request at a time?
@DipeshMalvia
@DipeshMalvia Жыл бұрын
This is definitely in my list. Even I want to explore this nodejs concept.
@aryansharma8794
@aryansharma8794 Жыл бұрын
process.env.PORT is undefined, I have created env and added port in it.
@DipeshMalvia
@DipeshMalvia Жыл бұрын
Please create .env file locally as that file never checked in github.
@aryansharma8794
@aryansharma8794 Жыл бұрын
@@DipeshMalvia thanks for replying, actually the problem is solved, it was with .env file, I have written this PORT=5100; instead of PORT=5100, I removed semicolon then it worked fine
@DipeshMalvia
@DipeshMalvia Жыл бұрын
@@aryansharma8794 that's right no semicolon in .env file, I did the same mistake when building project 😊
@aryansharma8794
@aryansharma8794 Жыл бұрын
@@DipeshMalvia thanks for replying, I didn't expected, this series is awesome by the way.
How to build a REST API with Node js & Express
58:40
Programming with Mosh
Рет қаралды 1,7 МЛН
No empty
00:35
Mamasoboliha
Рет қаралды 8 МЛН
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 8 МЛН
ВОДА В СОЛО
00:20
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 31 МЛН
Я обещал подарить ему самокат!
01:00
Vlad Samokatchik
Рет қаралды 7 МЛН
TypeScript Origins: The Documentary
1:21:36
OfferZen Origins
Рет қаралды 280 М.
The HTTP Module Modules | Node JS Crash Course #4
50:44
Degraphe
Рет қаралды 152
When RESTful architecture isn't enough...
21:02
Dreams of Code
Рет қаралды 260 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 397 М.
The Secret HttpClient Feature You Need To Use in .NET
10:41
Nick Chapsas
Рет қаралды 71 М.
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,5 МЛН
REST API - Explanation + Full Node.js Tutorial
1:02:45
manfra․io
Рет қаралды 7 М.
Build a Rest Api with NodeJS (JavaScript), Express, and PostgreSQL
1:07:53
No empty
00:35
Mamasoboliha
Рет қаралды 8 МЛН