Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=
```