PupGo is an app designed for dogs to make friends, a dating app for your doggy friends!
This is the final project of UCLA 2021 Fall CS130 Software engineering.
Explore the docs »
View Demo
·
Request Feature
Table of Contents
You can discover dogs around you and follow them for future notifications. Also create a walking event that you are going to hold. Then, you can decide to walk with the other dogs, or not ;-)
This projects includes four main UI (Match, Explore, Notification and Setting, and we have arranged them with their supportings into four subfolders under floder View.
The files for model are under folder Utilities.
The code for query and mutation (that is to post and get data from mySQL) is under folder GraphQL.
You may find what you need per above instructions.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
Xcode
- Install via Apple Store
-
Cocoapods
- Open your terminal and type
sudo gem install cocoapods
- After installation
pod setup
- Then in the terminal, cd to your Xcode project root directory (where .xcodeproj file resides) and type:
- Clone the repo
git clone https://github.com/yclin/PupGo.git
- Setup cocoapods under the Xcode project root directory (where .xcodeproj file resides) and type:
pod init