Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 725 Bytes

readme.md

File metadata and controls

36 lines (31 loc) · 725 Bytes

Current Tech:

Features

  • Authentication with Amplify/Cognito
  • GraphQL Subscriptions with VictoryJS Visualizations
  • IoT with FreeRTOS and ST32
  • Graph DB with Neptune

Tree

├── mobile 📱
│  
├── device 🤖
│  
├── cloud ☁️
│   ├── schema.gql
│   ├── serverless.yml
│   ├── utils
│   └── resources
│       ├── appsync.yml
│       ├── dynamodb.yml
│       └── iam.yml
│  
└── web 🖥
    ├── index.js
    ├── src
    │   ├── App.js
    │   ├── components
    │   └── pages
    ├── web
    └── webpack.config.js