Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.47 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.47 KB

Fuzz Therapy

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.

Technologies and Concepts Explored

Getting Started

  1. Download XCODE 7.3 or higher
  2. git clone [email protected]:jadevance/fuzz-therapy-iOS.git
  3. cd fuzz-therapy-iOS
  4. pod install (requires CocoaPods)
  5. Open Fuzz Therapy.xcworkspace in Xcode
  6. probably have to convert Swift since 3.0 is coming out soon

Important Caveats

  1. 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.
  2. This app assumes access to a Google account for oauth2 login.

Contribution

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.