Skip to content

API web service for searching and retrieving DMPs from Chalmers University of Technology in RDA Common mdaDMP 1.1 format.

Notifications You must be signed in to change notification settings

ChalmersLibrary/cth-dmps-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API web service for searching and retrieving DMPs from Chalmers University of Technology in RDA Common mdaDMP 1.1 format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published