From 594423311b939ce3c4736c0788e6e9ec0b9f1aef Mon Sep 17 00:00:00 2001
From: Omar Elkadi <omar.elkadi@stud.th-deg.de>
Date: Sat, 10 Jul 2021 09:42:04 +0200
Subject: [PATCH] update ReadMe

---
 README.md | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index b40d332..047a3f3 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,9 @@
 
     DIT Health Observer.
 
+## Link zum MyGit-Repository
+	- https://mygit.th-deg.de/oe01264/PStA-WP2-OmarElkadi1.git
+
 ## Description of the planed Impelementation of Prof. Garmann requirements:
 
         - the Patient fill a form with his name Matrikel/ID number **adress**,sickness and the expected days of absence, he can also upload a files(sick notes) as a evidence.
@@ -30,11 +33,15 @@ npm install
 
 ### Compiles and hot-reloads for development
 
-```
-npm run serve
-cd ./server
-npm run start
-```
+	```
+	- run Frontend:
+		- npm run serve
+	- run Backend:
+		- cd ./server
+		- npm run start
+	- send the accelometer telemtry from your Android phone
+		- run the Data Collector: share sensors data on your phone and share the accelometer telemtry; **more about that in the first slide in the Power pint file**
+	```
 
 ### Compiles and minifies for production
 
-- 
GitLab