How to Build a REST API with Node JS and Express

preview_player
Показать описание
View the Code & GitHub Repository:

INSOMNIA DOWNLOAD:

🎓 JAVASCRIPT DOM CRASH COURSE:

This project is perfect for beginners who want to dive into the world of building RESTful APIs, and is purposefully simple for those getting started.

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!

#dcode #javascript #nodejs
Рекомендации по теме
Комментарии
Автор

perfect, for some reason i was unable to find any guides that show how to get started as easily as you do. you saved me.

angeloedz
Автор

I don't comment often on !yt, but this quick tutorial is great! The length of the video is perfect and the instructor speaks in relatable terms and is able to explain almost all of issues one might run into. Great video and content...

ssteven_johnson
Автор

Love your Tutorial, hope more video about Express and Node JS, especially how to secure API and login with JWT

RianYK
Автор

Thank you. I am trying to build an api atm, this video came out right on time.

SouthernHerdsman
Автор

Thank you, ur explanation is very clearly and to the point

waffiqaziz
Автор

I was looking to create a simple site so when a employer wanted to leave me a message, I'd receive it, from my resume, you know, with a text area for them to leave me a message. This has helped me understand how to create that.

itsnobledean
Автор

I'd like to see another video like this one.

bmehder
Автор

Excellent tutorial. I had to use Postman instead of Insomnia because my computer is old OS 10.11 (El Capitan).

radiov
Автор

Great Video.
Explained really well.
Thank you!

thehangover
Автор

I'd love to see database and JWT implementation

alpachino
Автор

Excellent Tutorial, Thank You Very Much

ramvpage
Автор

This was great, I think if you ever make an updated version be sure to include nodemon, it's doesn't take long to include. Stopping and Starting the server manually all the time.... yuck.

Dalamain
Автор

Thanks brother for this informative video :)

xd
Автор

If you're watching this after May 2023, FS has been removed. To solve the initial run replace the first line with " const fs = require('fs').promises;"

olsbwfk
Автор

Because the express.json() middleware is already used, res.status(201).json(...); can also be written as res.status(201).send(...); It will work the same.

bastiaanbuitelaar
Автор

Can i use that for my small ecommerce project? Login system, user records etc?

loydcose
Автор

Good contents am knew in backend REST ApI stuff but am liking this, but by the way does this involve building database service objects with your application Dockerfile as build context using docker compose

ayencoscolfield
Автор

how about if i want to block others from using my api?

jonice
Автор

Do the endpoints persist if I want to keep any processes running between API requests or do they die like serverless functions?

FlygOnLiTe
Автор

Hey Dom - isn’t 404 error should be in try as we are still sending the right request of 404 and catch should have 500 status code error??

kiwizebon
join shbcf.ru