From d5bf210e467e46fcaeafaf32258c455ed7c5148c Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Fri, 25 Sep 2020 08:57:21 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4387f4c..b81a605 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # StorageLeaf -Accepts sensor data and saves them into a database. The saved data can be accessed via api. +Accepts sensor data and saves them into a database. The saved data can be accessed via api. +An interactive OpenAPI Swagger documentation can be accessed by opening the server url in your web browser (e.g. http://localhost:10003). ## Installation on Raspberry Pi Zero - pipenv is causing some problems -- GitLab