diff --git a/README.md b/README.md index 24c987c3dad917d9348aeb837701b0cca868e589..0ce11f896d090c34486ffae47b1e1a7ee986bba7 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/).