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...
@itsnobledean945011 ай бұрын
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.
@angeloedz2 жыл бұрын
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.
@RianY2K2 жыл бұрын
Love your Tutorial, hope more video about Express and Node JS , especially how to secure API and login with JWT
@SouthernHerdsman2 жыл бұрын
Thank you. I am trying to build an api atm, this video came out right on time.
@waffiqaziz3273 Жыл бұрын
Thank you, ur explanation is very clearly and to the point
@bmehder2 жыл бұрын
I'd like to see another video like this one.
@radiov Жыл бұрын
Excellent tutorial. I had to use Postman instead of Insomnia because my computer is old OS 10.11 (El Capitan).
@bobera21000 Жыл бұрын
Great video mate !
@olenakunina1 Жыл бұрын
thank you a million)) helped me a lot
@thehangover49852 жыл бұрын
Great Video. Explained really well. Thank you!
@xd90502 жыл бұрын
Thanks brother for this informative video :)
@swapnilkhopade98910 ай бұрын
Thanks a lot for the video...
@loydcose27802 жыл бұрын
Can i use that for my small ecommerce project? Login system, user records etc?
@ramvpage2 жыл бұрын
Excellent Tutorial, Thank You Very Much
@financetravision88432 жыл бұрын
very helpful thank you too much
@bastiaanbuitelaar62872 жыл бұрын
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.
@alpachino4682 жыл бұрын
I'd love to see database and JWT implementation
@ayencoscolfield33122 жыл бұрын
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
@balloobhaiya2 жыл бұрын
great explanation keep it up
@FlygOnLiTe Жыл бұрын
Do the endpoints persist if I want to keep any processes running between API requests or do they die like serverless functions?
@Dalamain7 ай бұрын
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.
@sr1n1k2 жыл бұрын
well done!
@Felix-og7pd Жыл бұрын
simple api CRUD in-memmory db what use of express?
@jonice42292 жыл бұрын
how about if i want to block others from using my api?
@Amin042 жыл бұрын
Make condition for special key as example
@kiwizebon22732 жыл бұрын
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??
@hendrawidjaja4902 жыл бұрын
Do you have time to make a video for oauth too?
@cosanostraytc10302 жыл бұрын
Great tutorials man... Keep it up!!! The git link for this tutorial is not working.
@dcode-software2 жыл бұрын
Hey, try the GitHub link now - should be working!
@kendriip2 жыл бұрын
dom i think the repository is private
@dcode-software2 жыл бұрын
Hey should be OK now
@christopherli28272 жыл бұрын
the github link is not working
@dcode-software2 жыл бұрын
Thanks. Will fix it shortly
@lucasferreira8229 Жыл бұрын
is it easy to implement an API in a system? I've seen a few companies that require that the candidate applying for that job knows how to create, use, and implement an API with NodeJS. I'm focusing on front-end, and wanna learn just the basics to learn how to deal with APIs.
@protocode_2272 жыл бұрын
why use lodash
@anim8dideas8492 жыл бұрын
install loadsh with this command: npm install lodash --save
@anim8dideas8492 жыл бұрын
@Mark Teena opps my bad, im not into Node JS like that. I didn't use loadash cuz it forgot to install it with the --save tag. so it was not working for me until I installed it with the "--save" tag. I assumed he was asking why brother with it since he does not tell use how to install it correctly in the tutorial and removing it doesn't effect the API if your using you own custom code. using loadash is tangential to the goal of this tutorial.