Setup instructions Initialize a new node.js app npm init -y Install dependencies npm install express --save npm install ejs --save npm install dbpedia-sparql-client --save npm install http-status-codes --save npm install nodemon --save-dev Run the app npm start