Skip to content

Pranav-Dakshina/server_Node_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published