From the course: Vue.js: Creating and Hosting a Full-Stack Site
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Why Node.js?
From the course: Vue.js: Creating and Hosting a Full-Stack Site
Why Node.js?
- [Instructor] Now that we've got our client side working nicely with Vue, it's time to start building the backend of our blog, and to do this, we're going to be using Node.js. Now, you've probably already heard about Node.js by now, and it's very important, because it allows us to write our backend in JavaScript instead of in PHP or Python or Java. Now, this is great news for JavaScript developers, because it means that with a single language, we can develop both the front end and backend of our site. Now, there are many different libraries that can be used to write basic servers on Node.js, and the one that we're going to be using in these videos is called Express. Now, Express is a great choice for us, because it's unopinionated, it's very easy to get started with, and it's also very well documented, and as an added bonus, there are also a ton of third-party add-ons that can be used to extend its functionality. So…
Contents
-
-
-
-
(Locked)
Why Node.js?1m
-
(Locked)
Setting up an express server8m 52s
-
(Locked)
Testing servers with Postman4m 23s
-
(Locked)
Creating routes in Express7m 46s
-
(Locked)
Using nodemon to restart a server5m 53s
-
(Locked)
Creating server data6m 35s
-
(Locked)
Deleting server data3m 10s
-
(Locked)
Rewriting the shopping cart7m 7s
-
(Locked)
-
-
-
-
-