A demo application to search the Cordis database, using AngularJS and Elastic Search.
Start elastic search, using
elasticsearch
Insert data in elastic search with
cd data
node load-data.js
Now, from the main directory, construct your app
npm install
npm start
Open a browser at http://local:8000/app/ and you're ready to search.
Built by Marzee Labs for Open Consortium.