Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.46 KB

picInsight-app Build Status

React-Native app that allows one to classify images through the use of the AWS Rekognition API

Pre-reqs:

  • npm
  • terraform
  • Expo XDE

Deployment:

  • picInsight require some external infrastructure who's deployment is handled by: terraform
  • Follow these instructions to get started with infrastructure deployment (or just continue on below)

Running the app:

  • cd deployment/terraform/
  • terraform init && terraform apply
  • cd ../../
  • npm install
  • Proceed to open project w/ Expo XDE

may-10-2018 01-04-57

App Requirements:

  • Must use redux
  • Must make at least one network call
  • Must have at least one stack navigator
  • Must have at least one tab navigator
  • Must be at least as large in scope as the previous projects

TO-DO: