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

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
https://github.com/npatel023/ExpressMySQL

You May Also Like