This app is an iOS swipe based matching app for pet adoption which consumes a Rails API. The Rails backend repo is located here: https://github.com/tywestlie/PetPicker. The deployed backend is here: https://pet-picker-api.herokuapp.com/
This app is written in:
- Swift 4.2
It has a target iOS deployment of:
- iOS 12
- This is a universal app, but it is primarily designed for iPhone.
It was created using:
- Xcode 10
This app uses Cocoapods. All pods are included in this repo, so no additional installation is required after cloning this repo. This app uses the following pods:
- Alamofire
- SDWebImage
After cloning this repo down, open the PetPicker.xcworkspace file in Xcode
Once the project is open in Xcode, click build and run, or press command + R
Click and hold the run button until a dropdown shows the test button, or press command + U
You will need an Apple developer account. You can visit the Apple developer site at: https://developer.apple.com/
All API calls are made in the PPApi.swift service. To change the backend, you can change the baseUrl constant in that file.
- Tyler Westlie: https://github.com/tywestlie
- Steven Schwedt: https://github.com/apoc64