Skip to content

CalPolyAppDevClub/FoodHunter

Repository files navigation

FoodHunter

Build Status

Finding Food For Friendly Famished Fellows - Being a college student can be hard, not to mention hungry work. Finding free food has always been the goal, but now we have the technology to make it happen. FoodHunter allows you to offer and find free food near or on campus from the convenience of your iPhone.

Development Install

Prerequisite

CocoaPods is required. To install CocoaPods (from project root directory):

sudo gem install cocoapods
pod setup
pod install

Note: pod setup may take a long time to complete.
Another option is to run: git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master from your home directory and then run pod setup from the project root directory.

Updating Your Git Branch

Add a remote branch to your local Git repository (Only need to do this once)

git remote add upstream https://github.com/CalPolyAppDevClub/FoodHunter.git

Then pull from upstream and update your fork so you have the latest version!

git pull upstream master
git push origin master # this will update your fork of the repo

About

Finding Food For Friendly Famished Fellows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published