Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 485 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 485 Bytes

server-project

A Node.js server to load and serve data from SPARQL.

Running Locally

Make sure you have Node.js installed. Please run following commands step by step on terminal:

git clone https://github.com/mehtanin/server-project.git
cd server-project
npm install
npm start

Your app should now be running on localhost:8000. To check the data api, click here: localhost:8000/getdata.