KrunalLathiya / VueNodeTutorial

VueJS Nodejs Tutorial walks through creating a Node.js, MongoDB, Express, and front-end framework (Vue.js) application. Client side code is bundled with Webpack. It is also called VueJS NodeJS Express Tutorial or Vue Express Example Tutorial. For more information please visit this URL:

Home Page:https://appdividend.com/2017/08/04/vuejs-nodejs-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueJSNodeJSTutorial

This is a basic CRUD Application. Which utilizes frontend of VueJS and backend of Node.js

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Follow the steps

  1. Clone the repository
  2. type the following command in your project root directory
npm install
  1. You need to install MongoDB database and also start the server of MongoDB
  2. Go to the project folder >> config >> DB.js file and change the URI according to your database connection and credentials.
npm start
  1. webpack development server will start at: http://localhost:3000
  2. You also need to start the NodeJS server by typing following command.
nodemon server

About

VueJS Nodejs Tutorial walks through creating a Node.js, MongoDB, Express, and front-end framework (Vue.js) application. Client side code is bundled with Webpack. It is also called VueJS NodeJS Express Tutorial or Vue Express Example Tutorial. For more information please visit this URL:

https://appdividend.com/2017/08/04/vuejs-nodejs-tutorial/


Languages

Language:Vue 49.0%Language:JavaScript 46.7%Language:HTML 4.4%