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 Transfer (REST) to enable reliable communication between apps https://fireship.io/tags/node/
👕 Best comment wins a free T-shirt (read fine print at end of video)
Open API Spec https://swagger.io/specification/
Request Methods https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
#api #js #100SecondsOfCode
Install the quiz app 🤓
iOS https://itunes.apple.com/us/app/fireship/id1462592372?mt=8
Android https://play.google.com/store/apps/details?id=io.fireship.quizapp
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
My VS Code Theme
– Atom One Dark
– vscode-icons
– Fira Code Font
by Fireship
linux web server
🦆
You nkow what? You're an awesome guy!
YOU’RE INCREDIBLE😮😮.
Thanks for the information I mean, who needs a 10-minute explanation when we can get it all in a whopping 100 seconds? 😄
me resting in bed, under my bed the sql, i breath rest
This was a really cool video. I heard about REST API, I read swagger doc, used Postman, heard about curl, JSON, but this video nicely tied everything together
It's both terrifying and exciting at the same time to transition from HW to SW ENG. This is week 2. Thanks, keep up the good work.
….. i don't know why port 8080 doesn't work for me, but when i change the port number to other numbers, it works
This is literally what I wanted to know. 10/10, would watch again.
This is by far the most clear and straightforward tutorial I've ever come across. Thank you so much 🔥🔥
…Huh. And here I was under the impression that REST was an acronym for four different coding languages (React, but I forgot the other three) that work together to implement a specific standardized API…
Damn you are smart mate.
bruh that's literally the OPPOSITE of RESTful…💀 that's literally just an HTTP RPC API
too raaring voice.. goes too deap without having the clearity 🙁
why restart the server? and how?
At 8:33 i dont get 500, I get 404 and Cannot POST /tshirt/23
What did i wrong?
great stuff ! thanks 🙂
precise, concise, 100
Why is PORT = 8080
I asked my AI how I could connect it to other programs and it recommended REST. 😐
Everytime I am entering "node." the console just opens a new line but without the output "its alive..". Does anybody know what I am doing wrong? Besides that I installed everything and everthing went as explained