From 0cbd9664433059aa980628609233d60fdf8045ba Mon Sep 17 00:00:00 2001
From: Figue Orange <12540-x-FOrang@users.noreply.gitlab.inria.fr>
Date: Fri, 20 Jan 2023 14:57:45 +0100
Subject: [PATCH] doc: added README.md

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

diff --git a/README.md b/README.md
new file mode 100644
index 00000000..b9747e10
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+<h1>
+    Submission Code Server
+</h1>
+
+
+[![pipeline status](https://gitlab.inria.fr/stopcovid19/submission-code-server/badges/develop/pipeline.svg)](https://gitlab.inria.fr/stopcovid19/submission-code-server/-/commits/develop)
+[![Latest Release](https://gitlab.inria.fr/stopcovid19/submission-code-server/-/badges/release.svg)](https://gitlab.inria.fr/stopcovid19/submission-code-server/-/releases)
+
+## About
+
+Submission codes are one-time-codes to declare themself ill. 
+
+NOTE: This API is protected and used only by a trusted back-end server over a secure private connection.
+
+For more details, [see open api specification](https://gitlab.inria.fr/stopcovid19/submission-code-server/-/blob/develop/src/main/resources/openapi-submission-v1.yml)
\ No newline at end of file
-- 
GitLab