NutriHelp is an Android application that aims to promote healthy eating habits for Australia's senior population,
by providing personalised recipes based on the user's specified health conditions and nutritional preferences.
Our goal is to decrease the number of elderly people that are either malnourished or at risk of malnutrition,
promote nutritional health through food intake and increase transparency and awareness of our user’s current nutritional health.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
git clone https://github.com/Gopher-Industries/Team-TaskforceX
The project requires Android studio for application to run.
We are using Expo for this application, follow the guide below to install expo
We first need to make sure we have NodeJs installed
To install NodeJs,go to https://nodejs.org/en/download/ and download the latest version of NodeJs. If you have anLTS release greater than 12 please move to next section.
After you have installed NodeJs, Open the NodeJs Terminal to install Expo.
To install Expo
npm install -g expo-cli
For Android Studio, go to https://developer.android.com/studio and download the file. It should be ~1gb. Do a standard Install of Android Studio.
For a step by step deployment and android walkthrough, please go through the User Manual section in the handover document. The handover document of T2-2022 and T3-2022 has relevant information about the feature research as well as the steps to login to your GCP account and using Android studio.
After cloning the github to your local repository, to run the application, In your local repository, open Team-TaskForceX folder Open TTFX_T3_2022
Type this to install all the dependencies.
npm install
After you have installed all the dependencies, to run the application use:
npx expo start --android