Pranav-Dakshina / server_Node_js

Building web applications with Node.js and Express 4.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building web applications with Node.js and Express 4.0

This project is based upon the course in pluralsight. This consists of all the features explained in the course. In the course, for sql they have used Azure instance in Windows but in my code, I have used MySQL.

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.

Prerequisites

What things you need to install the software and how to install them.

  • Install code editor like Atom, Sublime, etc..
  • Install Node.js

Installing

Install all dependencies and devDependencies from package.json Using the following command in command prompt from your project folder i.e the folder where you have extracted all the files.

> npm install "text"

in place of "text" replace with dependencies and devDependencies in package.json

to install globally, use:

> npm install -g "text"

About

Building web applications with Node.js and Express 4.0


Languages

Language:CSS 81.2%Language:HTML 13.0%Language:JavaScript 5.0%Language:Ruby 0.5%Language:PowerShell 0.2%