Using Node.js with MySQL – CRUD | XAMPP / PhpMyAdmin

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


0:00 Introduction
1:04 Project Setup
8:56 Database Setup
15:14 MySQL - SELECT ALL
26:09 MySQL - SELECT BY ID
28:40 MySQL - DELETE BY ID
32:01 MySQL - INSERT
38:00 MySQL - INSERT
47:57 MySQL - BYE

Discounts:

Recording Equipment:

Computer Gear:

Connect with me:

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

Quick Update: The Body-Parser is no longer required as it has been re-added in Express.js. The code is more or less the same:

// Parsing middleware
// Parse
// extended: false })); // Remove
true})); // New
// Parse application/json
// app.use(bodyParser.json()); // Remove
app.use(express.json()); // New

Also, I didn't use the connection pool correctly. The code should still work. I will update the article - link in the description.

RaddyDev
Автор

Hey! I hope that you find the video useful. Do I have to zoom in more on the code and how is the audio? Don't forget to share the video with your friends, family and pets! Sub amigos y amigas!

RaddyDev
Автор

Bro, I'm Brazilian and I didn't find this content in Brazil. You helped me a lot with tanks, I wanted to enjoy it more than once.

gabriel_teixeira
Автор

man you dont even know aft5er watching these vids for like 2 days BANGING MY THANK YOU SO

LlerredBboc
Автор

For those getting error on line 15 at 7:39 following is change :
app.listen(port, () => console.log("Listen on port %d", port))

himanshumeena
Автор

Hey dude this is an incredible video. It would be great if you could do more Node, MYSQL videos where you explain more about what a pool is, for example. I'll look this stuff up myself but I just would like a better understanding of this stuff

Thank you

Bayo
Автор

Thank you so much Sir! Have a nice and wonderful life!

bigsmoke
Автор

Super buddy! That was an awesome way with the explanation part for node.js crud operations basics.

avinashwadhawan
Автор

outstanding teaching. mentioning mostly important points but if you try a little bit more to cover everything and feature regarding any vedio which you make, it will be owesome.
By the way, i was searching for such guidance for few days

usamakhan-uub
Автор

Best video, Raddy! I want to use MariaDB in my project and any of the tutorials I followed did not work, until I tried yours :)

marielukesova
Автор

Nice video. It's helpful for beginners. Thank u very much ♥️ .from srilanka

thivankasaparamadu
Автор

That was simple and very efficient ...u helped me a lot ...thanks ♥️♥️

shanks
Автор

Really straightforward tutorial, with a lot new techniques and methods to learn. Helped me so much with my uni project. You are awesome!!!

fazanfazanovski
Автор

I have no friends or family member who is programmer, so i just liked and subscribed ... Is that okay???😜😜😜

muhamadkhuram
Автор

thankyou so much your code on site helped me to connect the mysql i was tired to watch youtube videos but nothing was working.

trythetrend
Автор

Thank you so much, saved a lot of time for me

zozomhalees
Автор

Hi, Thanks for the video, i want to show data in the browser as it is shown for you, (it is shown but in a messy look), how can I do that ?

yahyarechaki
Автор

Thanks for this exemple but I would like to see, if you want to do, the same example with an index.ejs page in place of "postman" :) (excuse my bad english !)

denislapetina
Автор

Can I pass more parameters when requesting the API?
Like the name of the table, or the entire clause?

lcnebenzah
Автор

Great video. How we can make with node and express XMLHttpRequest? and how we can cache sql queries with api? to avoid making multiple calls to the DB

jcdsr