This repository contains code for the Smart Building Kit from AWS, Semtech & TensorIoT
- Clone this repo
- AWS Account & Access keys configured on your local desktop
- Access to deploy cloudformation
- Cognito User Pool with a web client id
- AWS cli
- AWS sam cli
- nodejs
- yarn
- change directory into the Backend folder
- sam build
- sam deploy --guided
- Note down the api gateway url that is outputed as part of the above step
- change directory into the Frontend folder
- Open the file Frontend/src/utils/API.js
- Update line number 4 with the api gateway url from above backend install step
- Open the file Frontend/src/awsConfig.js
- Update lines 6, 7 and 8 with the relavant cognito information
- yarn install
- yarn start