This repository contains code for the Asset Tracking 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/services/axiosCall.js
- Update line number 4 with the api gateway url from above backend install step
- Open the file Frontend/src/awsConfig.js
- Update lines 7, 8 and 9 with the relavant cognito information
- Update line number 15 with the api gateway url from above backend install step
- yarn install
- yarn start