Full-Stack Web Development with Vue.js and Node

(singke) #1
Building an Express Application Chapter 2

That's how we create the views for an express application. Now, go ahead and add views as
you wish for our application.


Always make sure that you commit and push the changes into GitHub. The smaller the


commit, the more maintainable the code is.


Summary


In this chapter, we learned what Node.js is and what Express.js is. We learned how to


create an application using Express.js and learned about the MVC architecture.


In the next chapter, we will talk about MongoDB and its queries. We will also talk about


using Mongoose for fast development and Mongoose queries and validations.

Free download pdf