Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 414 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 414 Bytes

DataAnalysisPipeline

To check if nodejs is installed properly : node -v

Run npm init in the project folder to initialise the project

installing express(from the console): npm install --save express

installing ejs(from the console): npm install ejs --save

installing body-parser(from the console): npm install body-parser --save