Skip to content

VueMue/vue-mevn-stack-app

Repository files navigation

vue-mevn-stack-app

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).

Vue MEVN Stack Tutorial – Build Full Stack Vue.js CRUD App

This project quoted from link

Start the MEVN Stack project.

Git clone https://github.com/SinghDigamber/vue-mevn-stack-app.git

Get inside the project
cd vue-mevn-stack-app

#### Front-End

Install the required packages:
npm install

Start the vue app on http://localhost:8080
npm run dev

#### Back-End

Get inside the Node server folder:
cd backend

Install the required packages:
npm install

Start the mongodb server.
mongo
or open MongoDB Compass(in new create colletion is name "vuecrudmevn")

Start node server on http://localhost:4000/api
npm run nodemon

About

this is a basic mevn project for exerisice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published