Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.29 KB

Ping An Nutrition Doctor - Mobile Client

During the Microsoft One Week Hackathon, we [Microsoft] collaborated with Ping An to build Nutrition Doctor. Nutrition Doctor is an application that allows users to take a photo of a food item whereupon the app will identify the food item and present the user with nutritional information such as calories, fat, etc.

Architecture

architecture


call graph

Each component is separated into its own Git repository:

Getting Started

The Mobile Client is a react-native application that communicates with a REST API to persist and read user information.

  1. Install Yarn
  2. npm install -g react-native-cli
  3. git clone git@github.com:CatalystCode/NutritionDoctor.git
  4. cd NutritionDoctor
  5. yarn install
  6. react-native run-ios