Code42Cate / ro-crate-rest

RESTful API for manipulating RO-Crates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build & Tests

ro-crate-rest

A RESTful API that aims to mirror the functionality provided by the java library ro-crate-java

Installation

git clone https://github.com/Code42Cate/ro-crate-rest
cd ro-crate-rest
docker build -t ro-crate-rest .
docker run -p 8080:8080 ro-crate-rest

You can then visit swagger-ui to see the documentation.

Docs Preview

Swagger UI

Note

This is not a production ready service and is a part of ro-crate-web

About

RESTful API for manipulating RO-Crates

License:Apache License 2.0


Languages

Language:Java 99.7%Language:Dockerfile 0.3%