Skip to content

This is a step by step MEVN stack tutorial, in this tutorial, we are going to learn how to create MEVN stack app. (MongoDB, Express.js, Vue.js, Node.js).

Notifications You must be signed in to change notification settings

SinghDigamber/vue-mevn-stack-app

Repository files navigation

vue-mevn-stack-app

Complete Tutorial

See Vue 2 MEVN Stack Tutorial – Build Full Stack Vue CRUD App.

Start MEVN Stack app.

Git clone https://github.com/SinghDigamber/vue-mevn-stack-app.git
# get inside the project
cd vue-mevn-stack-app
# install the required packages
npm install
# start the vue app on http://localhost:8080
npm run serve
# get into node server
cd backend
# add required packages
npm install
# start database
mongo
# Start node server
nodemon

About

This is a step by step MEVN stack tutorial, in this tutorial, we are going to learn how to create MEVN stack app. (MongoDB, Express.js, Vue.js, Node.js).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published