From 2495c488d213b130b6134aa9224991cf955b3485 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Mon, 5 Jun 2023 16:32:44 +0200 Subject: [PATCH] [no ci] add postman and sample document --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eedac88b..37d560ef 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ docker-compose up # api is available at : http://localhost:4000/health ``` +a document sample.pdf is available at : +- "./documentation/postman/sample.pdf" + +a postman collection is available at : +- "./documentation/postman/MLOpsPython.postman_collection.json" + ## Contribute - [How to run to contribute](./CONTRIBUTING.md)