diff --git a/README.md b/README.md index b40d332de1d60b920f55d57b15bd7d558ac68d1c..047a3f34ac4c38cf79597b72d47dee877694fe56 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