An express.js application that makes SPARQL queries.
Run the following command to install dependencies
npm install
Create a file called .env
and populate it with valid credentials for your SPARQL server:
SPARQL_USERNAME=valid_username
SPARQL_PASSWORD=valid_password
Start the application by running the following command:
npm start