gcruzrios / vue-mevn-students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Install the required packages:
npm install

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

Get inside the Node server folder:
cd backend

Install the required packages:
npm install

Start the mongodb server.
mongo

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

About


Languages

Language:Vue 59.2%Language:JavaScript 35.0%Language:HTML 5.7%