This repository contains the iOS Swift code for my capstone project, Fuzz Therapy. It is an exploration in learning Swift 2.2 and backed by a custom Rails API.
- Download XCODE 7.3 or higher
git clone [email protected]:jadevance/fuzz-therapy-iOS.git
cd fuzz-therapy-iOS
pod install
(requires CocoaPods)- Open
Fuzz Therapy.xcworkspace
in Xcode - probably have to convert Swift since 3.0 is coming out soon
- Image data is saved as a JPEG, compressed and sent to a backend API running Rails 5 and the Paperclip gem. Changing the file conversion type is fine, but will require reconfiguration on both the app and API.
- This app assumes access to a Google account for oauth2 login.
Please feel free to contribute to this project by submitting a pull request or opening up an issue. This is my final project for ADA Developers Academy Cohort 5 in Seattle, WA.