From e5d0204eadd64d42a49e4c2c359d315dc1322226 Mon Sep 17 00:00:00 2001 From: "abu.ibne.bayazid" <abu.ibne.bayazid@fit.fraunhofer.de> Date: Mon, 2 Aug 2021 09:32:17 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 414523e..03e0b97 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # FAIRevaluatorHelper +This helper service is used to validate PID and file format. -This is a sub project for FAIR evaluator service \ No newline at end of file +First install all the required packages. +Then run the app.py file +`python3 app.py` + +For PID validation use the endpoint "/pidvalidation" and for file format use "/mimevalidation" endpoint. -- GitLab