Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 850 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 850 Bytes

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