✍️
Team FitBob
  • Introduction and Foreword
  • Motivation
  • Features
  • Tech Stack
  • Software Engineering Practices
    • Requirements
    • Software Design Patterns
      • Model View Controller (MVC)
      • Abstraction Occurrence Pattern
  • Deployments
    • Trying Our App
  • Activity diagram
  • Frontend
    • Login
    • User Registration
    • Client Screens
      • Client Dashboard
      • Client Profile
      • Eating History
      • Meals
    • Personal Trainer screens
      • Personal Trainer Profile
      • Personal Trainer Dashboard
        • Clients
        • Meal plans
        • Meals
    • Recipe screens
    • Search screen
    • Searching for Restaurants
    • Notes on BeautifulSoup and Flask
    • Request/Success/Failure Cycle
  • Backend
    • Notes on Django
    • API
    • Entity relationship diagram
  • Testing
    • User Testing
    • Backend
  • Project Limitations and Constraints
  • Closing Thoughts.
  • Project log
  • Poster
Powered by GitBook
On this page

Was this helpful?

  1. Deployments

Trying Our App

Instructions on how to run our app.

PreviousDeploymentsNextActivity diagram

Last updated 3 years ago

Was this helpful?

We realise that users not added to our Expo organisation would not be able to access our application on the Expo app.

To get around this issue, we propose 3 solutions:

Use the Expo App

  • Download the Expo Go app from the App Store

    • Log into our guest Expo account using the following credentials:

      • username: freshieorbital

      • password: freshieorbital5678

    • Go to the "Profile" tab

      • Select "freshie" in the "Recent Projects" section, which will bring you into our app.

Use Appetize

  • Access our demo hosted on Appetize via this

    • However, certain features may not work properly on the Appetize iOS simulator.

Run it on your local Xcode

  • Download our codebase from our GitHub repository hosted , and run it on your local iPhone simulator.

    • To do so, run the following command in your terminal.

git clone https://github.com/jamesyeap/freshie.git
  • Build and run the app on your Xcode simulator using the following commands

cd freshie
yarn ios
link
here