Navigation Menu

Skip to content

TensorIoT/smartbuildkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smart Building Kit

This repository contains code for the Smart Building Kit from AWS, Semtech & TensorIoT

Project Architecture

ATK SBK Architecture

Installation Instructions

Prerequisites

  1. Clone this repo
  2. AWS Account & Access keys configured on your local desktop
  3. Access to deploy cloudformation
  4. Cognito User Pool with a web client id
  5. AWS cli
  6. AWS sam cli
  7. nodejs
  8. yarn

Backend Build & Deployment

  1. change directory into the Backend folder
  2. sam build
  3. sam deploy --guided
  4. Note down the api gateway url that is outputed as part of the above step

Frontend Build & Startup

  1. change directory into the Frontend folder
  2. Open the file Frontend/src/utils/API.js
  • Update line number 4 with the api gateway url from above backend install step
  1. Open the file Frontend/src/awsConfig.js
  • Update lines 6, 7 and 8 with the relavant cognito information
  1. yarn install
  2. yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published