Build full stack web apps with MEVN Stack [Part 2/2]

Anita Sharma
4 min readSep 20, 2017

[Update] I have written a book(Full-Stack Web Development with Vue.js and Node) which talks about how we can build web applications using the MEVN technology stack mentioned in this blog.

You can find more details on the book here: https://www.packtpub.com/web-development/full-stack-web-development-vuejs-and-node or grab yourself a copy from Amazon here.

If you want to learn more, here is a preview of the book:
https://medium.com/@anaida07/inside-the-book-full-stack-web-development-with-vue-js-and-node-50638d4dcc6a

This is the continuation of my previous article (Build full stack web apps with MEVN Stack [Part 1/2]) which focuses on creating a boilerplate for an application using Mongo, ExpressJS, VueJS and NodeJS.

This guide will be focused on how to perform CRUD(Create, Read, Update, Delete) operations using ExpressJS and MongoDB(we will be using mongoose).

If you want to grab the full source code, it is available in Github here: https://github.com/anaida07/MEVN-boilerplate

In previous guide we learned to:

  • Create a basic skeleton for MEVN application
  • Make a connection between backend(ExpressJS) and frontend(VueJS)

From this guide you will be able to:

  • Perform CRUD operations using Mongoose

--

--

Anita Sharma

Software Engineer - Author of Full-Stack Web Development with Vue.js and Node - Packt Publishing