# PDS REGISTRY API SERVER

This application provides an API service complying with PDS API specification on top of a PDS registry.

# Requirements

openjdk 11


# To start it

Unzip or untar the archive.

Update `application.properties` as needed

Launch server

$java -jar registry-api-service-<version>.jar &

