Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 817 Bytes

SPARQL Music Query Engine

This is a ReactJS project which makes SPARQL queries to dbpedia to get list of artists based on the selected filters. More metadata about the artist are gathered from the MusicBrainz API.

Live Application

This project is deployed here - https://sem-music.netlify.app/artist

Running the application locally

Prerequisites

Node JS

Procedure

  • Clone the project to a local directory and run the following commands in that directory.
  • yarn install to install the required dependencies to run the project
  • yarn start to run the app in development mode.
  • Open http://localhost:3000 to view it in the browser.