Step by Step Create Node.js REST API with SQL Server Database

preview_player
Показать описание


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

i f***k up 4 hours with my project it not run just because it has no port in TCP/IP Properties, and your video save my life. Love you so much man.

thewiseman
Автор

Great video. It really helped to clean up the noise from other videos I've watched on the subject. Note a couple of things I ran into: We never actually used the Order class we created, had to add true to fix a certificate error, and you can now replace the bodyParser calls with identical express calls.

silentstone
Автор

Great video, i had no experience with node and needed to create a api for a flutter app to comunicate with the sql server database, your video helped me a lot

renatojabreu
Автор

A pretty nice tutorial. Short and clear

amoskirui
Автор

This video rocks! Such a great demonstration of how to create an API and the building blocks used to make it work.

kennethgifford
Автор

You made this so simple. nothing extra just step by step. thank you!

Ziggy
Автор

thanks! it´s works for me, now i will research for call the api from my frontend in react ... a comment : if anybody has a error "[nodemon] clean exit - waiting for changes before restart" calling the first query add this in api.js const sql = require ('mssql'); and sql.connect(); but later for the request (router.route in api) take it off ( sql.connect() ), is only for the first call in the tutorial. (or you will have a error with port 1433) .

bondi
Автор

Thank you so much. This is life saving.

siddharthdiwan
Автор

Thank You so much for such a simplified yet elaborated tutorial!

Ashishkumar-kgeo
Автор

I watched only 8 minutes, but I love it so far! Good information with step-by-step explanation!!! Thank you

alexander
Автор

Very aptly and to the point the entire concept of API is explained in one single video. Appreciate your work. 👏👏

The.SpiritualScientist
Автор

Simple, to the point, brilliant ... put the config file in the DBOperations to get it to work on Azure but a great start

TheRobinMcM
Автор

thanks a lot man i really appreciate this i have been following this video for 4 days now i am quite new to making apis so this really helped

marouanebouzyt
Автор

You're a lifesaver sir, thanks

Can you show us in the comments the Stored Procedure ? Would be awesome to have the fully understanding of this theme. Thanks a lot.

RickydeCamargo
Автор

Thank you for making this video, was super helpful for getting my ms SQL db hooked up to my Express project :)

aidanl
Автор

Very helpful. Thanks. Keep uploading more of such awesome content

akhilsharma
Автор

Muchas gracias!!! La explicación es magnifica, muchas gracias por tan buen aporte.

franciscogerardogonzalezgu
Автор

thank you, your 40 minutes save my day!

IAmHassasin
Автор

Pretty nice video, well explained and very clean.

jrs_devs
Автор

What a great article, it was exactly what I was looking for. Thank you!

timothyvandeweerd