Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.15 KB

ChopChop

ChopChop

ChopChop is an application on the iPad for people who cook. It comes with features such as smart recipes, recipe management and ingredient inventory tracking.

Requirements

Setup

After installing all dependencies, run XcodeGen to generate the Xcode project.

git clone https://github.com/cs3217-chopchop/ChopChop.git
cd ChopChop
xcodegen

Set up Firebase:

  • Create a Firebase project here.
  • Add an iOS app. Enter your app's bundle ID in the iOS bundle ID field when prompted.
  • Download and place the provided GoogleService-Info.plist in the main ChopChop directory (the directory containing the Info.plist file).
  • On the Firebase console, enable Firestore and Storage. Setup security rules for both Firestore and Storage.

Refer to official website for any issues.

Note: A valid GoogleService-Info.plist file is necessary to run the app.