part 2 : Backend || Full Stack Web App Using , Express Js and MySQL (Complete Guide)

In this tutorial, you will learn how to create a full-stack web application with Vue js., and MySQL. This is Part 2 of 3! Introduction Video Link: Part1 Video Link: In this part 2, we will create a backend structure with MVC pattern (See Introduction Part if you don’t know what is MVC). 🤔 What is node js and why it is used? Node. js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications. Node. js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Part3 Video Link: code 💻: ⭐ Timestamps =========== 00:00 Intro 01:05 npm init 03:14 create connection 04:41 Model 11:59 Controller 16:59 Routes 19:51 inde
Back to Top