Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schrodingdong/eldycare
Health care & monitoring system for elderly
https://github.com/schrodingdong/eldycare
android healthcare iot java jetpack-compose kotlin spring-boot
Last synced: about 1 month ago
JSON representation
Health care & monitoring system for elderly
- Host: GitHub
- URL: https://github.com/schrodingdong/eldycare
- Owner: Schrodingdong
- Created: 2023-12-09T01:14:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-01T13:21:15.000Z (about 1 year ago)
- Last Synced: 2024-04-27T00:12:38.020Z (10 months ago)
- Topics: android, healthcare, iot, java, jetpack-compose, kotlin, spring-boot
- Language: Kotlin
- Homepage:
- Size: 535 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ELDYCARE
EldyCare is a connected application that let relative always be connected to their elder and old parents in case of a medical urgency.# File structure
We will follow this file structure :
```
ELDYCARE
|
|-Backend
|-Mobile
|
|- SmartPhone
|- SmartWatch
```## AWS Configuration
To configure AWS for the project run:
```
aws configure
```Also to configure kubectl to use the EKS cluster run :
```
aws eks --region us-east-1 update-kubeconfig --name eldycare-cluster
```
And to list services, run:```
kubectl get services
```For logs, run:
```
kubectl logs -n default -l app=
```