Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 888 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 888 Bytes

cth-dmps-api

API web service for searching and retrieving DMPs from Chalmers University of Technology in RDA Common maDMP 1.1 format, using Lucene queries.

Before getting started, make sure you have installed Node.js and Visual Studio Code, and of course that you have access to an ES index containing records in maDMP JSON format. Using Elastic version 7- might require some configuration changes.

  1. Clone this repository.
  2. Run npm install from inside the directory.
  3. Make a copy of .env_example.
  4. Change the name of the copied file to .env
  5. Add configurations to the .env file (you can try the project without adding anything).
  6. Open the folder in Visual Studio Code.
  7. Open app.js and click f5 to run the project.
  8. Go to localhost:3000 in your browser or REST client.

Documentation

todo