From 60dd8db0bb05ed240244f7676ba1fb32b5d56875 Mon Sep 17 00:00:00 2001 From: Omar Elkadi <omar.elkadi@stud.th-deg.de> Date: Thu, 27 May 2021 04:04:29 +0200 Subject: [PATCH] Add the Project reqirement in the README.md file --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 24c987c..0ce11f8 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,39 @@ # psta-wp2-omar + Name: Elkadi, Omar. + Matrikel Num : 711750/755264. + Proj Name: DIT Health Observer. + Description of the planed Impelementation of the requirements: + - Der Patient füllt ein Formular aus + - Der Backend schpeichert die Infos in einer DatenBank + - The Frontend can retriev the data of all patients and filter it + - the Frontend can shows the position of the patients on a map(using OpenStreetMAp API) + - the Frontend get a dynamic data from an API collect the data of a sensor on a room door, which count the number of the atendees. + ## Project setup + ``` npm install ``` ### Compiles and hot-reloads for development + ``` npm run serve ``` ### Compiles and minifies for production + ``` npm run build ``` ### Lints and fixes files + ``` npm run lint ``` ### Customize configuration + See [Configuration Reference](https://cli.vuejs.org/config/). -- GitLab