Summary
Data management with MongoDB is relatively easy, thanks to the use of external modules such as mongoose. All possible actions on a database are easily achievable.
The mongo utility, available when installing MongoDB, makes it easy to view collections and the documents they contain.
Using the MongoDB database is essential for building client-server applications and maintaining user information.
All that’s left is to see how to interconnect a client side made with Vue.js and a server side made with Node.js. We will see this in the following chapter. We will build a 100% JavaScript application in order to show how simple and efficient it is.