/iot-starter

AWS and React based IoT starter project ⚛️ 🔱 🔊 🔁

Primary LanguageC

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