In this chapter, we covered what Vue.js is! We built a static application that lists the movies followed by adding the dynamic functionality to a movies listing via a form that stores the movies in the MongoDB. We also learned about Vue.js components, Data Binding, and Vue.js Directives.
We also added the functionality for users to be able to rate the movies.
In the next chapter, we will add the users and sign in/sign up functionality in the same application.