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

Home Page:https://www.positronx.io/vue-mevn-stack-tutorial-build-full-stack-vue-js-crud-app/

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

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

https://www.positronx.io/vue-mevn-stack-tutorial-build-full-stack-vue-js-crud-app/


Languages

Language:Vue 59.9%Language:JavaScript 34.3%Language:HTML 5.8%