Node.js, Express & MySQL Tutorial - Build a Simple FullStack App

preview_player
Показать описание
In this video, we will use the Express framework with HTML, CSS, and JavaScript to build a simple CRUD (Create, Read, Update, Delete) App.
I will show you how to make queries using MySQL and how to connect that to our express app to build a fullstack application.

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

This is exactly what I've been looking for. It's more than 2 years old, but still answered some questions I had. Very well explained, easy to follow and extremely useful and educational.

scottparrish
Автор

Theres a lot to learn from this. Thank you so much.

Finally I know how to use a database with javascript.

What I need to know how is making profiles so that the database has it's use

so that unique users of a website have slightly different experience

Bayo
Автор

been searching for this for over a week, thank you very much

Trevador
Автор

Thank you so much. It's nice to be able to put something together from start to finish. It's so helpful to actually connect to a database. This should be a springboard to bigger and better.

mcloughman
Автор

Thank you man for this amazing tutorial. Really helped for a project I am working on! Keep up the nice work!

thanos
Автор

This tutorial was extremely interesting and helpful. By far the best explanation of how to use mySQL with Node Js. Thank you very much! :)

Dylan-cmbr
Автор

truly appreciated this. great tempo, explanation, utility

johnc
Автор

we need more apps like this, thank you man ♥

BillkerPlus
Автор

wow! i've bought a bunch of udemy courses and watched trillions of tutorials.
this is the first time i really felt like i've learned something that takes me one step further to being a developer <3

xavierhernandez
Автор

Great tutorial, addressed my needs directly without a drop of wasted time.

lorenzowang
Автор

don't hesitate to make more of this. really good, and easy to understand.

SylvainBilhaud
Автор

Just discovered your channel, your tutorials are awesome! Would you consider making email registration and login for this system to fully round out the app? Thanks for your time and knowledge.

maxiequa
Автор

Thanks again for this tutorial!

If you are getting this error: "ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
db disconnected",
then try to change the USER in .env file to USERS and also change USER in connection in dbService to USERS. This will resolve the problem.
This problem is caused as there seems to be an inbuilt variable USER in env so when a connection was made, instead of getting the specific username, the deafult USER value was used that caused this error.

pranavsoni
Автор

Hey man, thanks for the tutorial, it was my first crud and you really helped me out.

eduardoluiz
Автор

Your video was really helpful it got me out of a very serious problem i cannot thank you enough :)

ammanmalik
Автор

Amazing video and super informative! Thank you😁!

ericm
Автор

Bole converting .then to....async await.... loving it ❤️

aliimranadil
Автор

Awesome sir,
Thanks for such detailed explanation in 90 min, It really helps alot

kumarsiddasetty
Автор

Thank you so much. its helped me a lot for DRY code rules.

anjanhr
Автор

It was so great and helpful, many thanks for this tutorial!

jurgensubat