George Anderson wrote a good tutorial on how to build a fullstack Vue app with Node, Vue.js, Express and MongoDB.

vue fullstack app

Much of application development, including web applications, has to do with CRUD – creation, reading, updating and deletion of data. Today, we will be building a fullstack Vue note-taking application and showing you how to perform the aforementioned processes, using Node.js running the Express.js framework for the back end, and MongoDB to store our data.

Demo

full stack vue app

Tutorial

https://www.genuitec.com/fullstack-vue-app-node-express-mongodb/

Source Code

https://resources.cloud.genuitec.com/wp-content/uploads/2019/01/note-taker.zip