Server-side Development with NodeJS, Express and MongoDB by Hong Kong University of Science and Technology.
Install NodeJS.
Install Postman.
Install MongoDB.
Install openssl.
To install all modules listed as dependencies in package. json type npm install package.json
- 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.