Skip to content

n-bilalis/linked-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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