From 576410a5f3d6dd514d4ce11ec8f5844fb5553542 Mon Sep 17 00:00:00 2001
From: "Welter, Felix" <felix.welter@studium.uni-hamburg.de>
Date: Fri, 16 Oct 2020 13:01:40 +0200
Subject: [PATCH] Add README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..64df634
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# Elastic Search Middleware
+
+This provides an interface between Elasticsearch and the standard request format as defined by the [Related Items project]().
+
+Get up and running quickly with the [docker image](https://hub.docker.com/repository/docker/fwelter/elastic-search-middleware).
+
+If your Elasticsearch instance is not running locally at the standard port, specifiy your endpoint by
+setting the environment variable `ES_HOST`.
\ No newline at end of file
-- 
GitLab