Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 711 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 711 Bytes

NodeJS

Server-side Development with NodeJS, Express and MongoDB by Hong Kong University of Science and Technology.

Installation

Install NodeJS.
Install Postman.
Install MongoDB.
Install openssl.

To install all modules listed as dependencies in package. json type npm install package.json

Run

  • Navigate to the required folder on the command prompt. This project's main folder is conFusionServer
  • To run the node application type npm start at the prompt.
Follow further instructions given in the README.md files of different folders.