This is a web application which shows the datasets of all the mines available in the Intermine Registry and its relevant data sources.
GET
/service/datasets Get all the datasetsGET
/service/last-update Get the details of last update detailsGET
/service/datasets/{datasetIDorName} Get a database by its ID or name
-
Install Node.js on your host.
-
Install MongoDB on your host.
-
Clone this repository
-
Go inside the directory and from your terminal
npm install
- To run the application, being on the same directory:
npm start