How to build a REST API with Node js & Express

preview_player
Показать описание
Learn to build a REST API with Node js & Express in just 1 hour!

Subscribe for more videos:

Want to learn more from me? Check out my blog and courses:

TABLE OF CONTENT:
00:49 What are RESTful APIs
06:48 Introducing Express
09:09 Your First Web Server
14:57 Nodemon
16:29 Environment Variables
19:44 Route Parameters
25:22 Handling HTTP GET Requests
30:09 Handling HTTP POST Requests
33:53 Calling APIs using Postman
36:03 Input Validation
44:03 Handling HTTP PUT Requests
52:33 Handling HTTP DELETE Requests
Рекомендации по теме
Комментарии
Автор

I've been learning web development for over a year, and I've never seen such amazing, organized, coherent courses like yours! Thanks Mosh!

YoussefZidan
Автор

Thank you for your tutorial..
As a starter in Node, I found this really helpful
Well structured explanation and good flow for a starter
Now I could understand the basic of Node..

PrisantyaFridayana
Автор

Knew most of this, but I still watched the entire tutorial because it was so incredibly well structured and didactic.
You are a born teacher. I've often fantasized about making great and clear youtube tutorials, in my wildest most perfect fantasies, they looked exactly like the stuff you actually make! Incredible!

kazaakas
Автор

Great content! Very clear, well explained, with the perfect balance between simplicity and depth. Fantastic job!

kmfrancescofusco
Автор

I was struggling learning how to create a server with node and express. This tutorial is really easy to understand and well-structured for beginners. This is so far the best tutorial on Youtube!!! Thank you so much, Mosh!!!

danyhan
Автор

Great tutorial. I had just finished the express course on codecademy and was still really confused. Watching this gave me a much better understanding and explanation of the why and how of building endpoints with express on your actual computer. I'll definitely be checking out your courses and your other videos.

dataSMASH
Автор

Very much dug and appreciated this tutorial. Where as a couple of others I 'learned' things, here I started to actually understand them. That's quite a bit more satisfying!

greenie
Автор

Man! this for far one of the best well explained Node+Express crash courses I've ever seen. You convinced me to buy the full series :)

alansaldivares
Автор

This is the clearest, most elegant tutorial of Express JS basics. Amazing since it was uploaded two years ago. Thanks, Mosh.

mauronapsuciale
Автор

such a great tutorial i had seen ever. Thanks for great organised and to the point video.

abhishekkumar-ihox
Автор

I've been a c# dev for about 7 years and wanted to learn new technologies like nodejs and this video is great to start with. Thanks Mosh

allain
Автор

Hi Mosh, this is so great. You explain it in detail yet clearly understandable. Awesome.

gerarldlee
Автор

ur style of explaining things in this tutorial is very good. 👍 I'm lucky to watching this tutorial

NavinKumarmathur
Автор

Mosh, your teaching style is so clear. Thank you for the courses!

davenash
Автор

If you meet the validation error, you have to do some changes to be according with your Joi version.
const schema = Joi.object({
name: Joi.string()
.min(3)
.max(30)
.required()
});

const result = schema.validate(req.body);
console.log(result);

OvidiuPop
Автор

Very good tutorial Mr. Mosh..Things are organised very well...Nothing is more or less..Good effort....Thank u...

shanes
Автор

Today was a lucky day I got the right tutorial on right time on YouTube

vaibhavshukla
Автор

You are the light of my life! You are a hidden diamond in youtube! I really don't know how a person could be so good at explaining things and make it accessible to all !! Thanks a lot for help.

David-ikmm
Автор

Awesome tutorial MOSH!
You made me feel at ease with learning new powerful frameworks which I was really scared of....thank you so much....

soumaghosh
Автор

I appreciated a lot this free one hour tutorial, I already finish it and I bougth already right now!, I hope the full course is ok and updated!... If you guys want to learn dont hesitate ... watch this video of one hour and when you finish, you'll be more skilled than the before you watched this free course of one hour!.

zamudpoe