From 66daf5401cef8370774718e294ea505089ea2041 Mon Sep 17 00:00:00 2001
From: Martin Schmollinger <martin.schmollinger@reutlingen-university.de>
Date: Mon, 22 Nov 2021 10:50:02 +0100
Subject: [PATCH] Add README.md

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

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..736e387
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+The project My-Aktion implements a REST API with Spring Boot for
+managing donation campaigns.
+The repository contains a step-by-step implementation following
+the respective exercise in the hands-on training booklet of lecture
+**Distributed Systems**. You'll find the use cases and the domain model in the booklet, too.
+
+Each part of the exercise is realized in a separate branch.
+The branches were built on each other (technically speaking: they were rebased on their respective predecessor)
+in the following order:
+
+* start
+* service-data
+* logging
+* rest-api
+* validation
+* advices
+* extra-mile
+
+You can checkout the branches to see the state of development for the corresponding part of the exercise
+by `git checkout <branch_name>.` or by using the GitLab UI.
+
+This `README.md` file may contain specific informations about the current branch.
-- 
GitLab