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.
This project is deployed here - https://sem-music.netlify.app/artist
- Node JS is required to run the project. Refer to https://nodejs.org/en/ to install nodejs
- 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 projectyarn start
to run the app in development mode.- Open http://localhost:3000 to view it in the browser.