Skip to content
/ SnapCat Public template
forked from netreconlab/SnapCat

A basic social media app that allows you to post pictures and follow users built with SwiftUI and the ParseSwift SDK

License

Notifications You must be signed in to change notification settings

zhang-bo-lilly/SnapCat

 
 

Repository files navigation

SnapCat

Swift Xcode 13.2+ iOS 15.0+ ci

SnapCat is a social media application for posting pictures, comments, and finding friends. SnapCat is designed using SwiftUI and the ParseSwift SDK. The app is meant to serve as a base app for University of Kentucky graudate researchers and undergraduate students learning iOS mobile app development.

Setup Your Parse Server

You can setup your parse-server locally to test using snapcat branch of parse-hipaa. Simply type the following to get your parse-server running with postgres locally:

  1. Fork parse-hipaa
  2. cd parse-hipaa
  3. docker-compose up - this will take a couple of minutes to setup as it needs to initialize postgres, but as soon as you see parse-server running on port 1337., it's ready to go. See here for details
  4. If you would like to use mongo instead of postgres, in step 3, type docker-compose -f docker-compose.mongo.yml up instead of docker-compose up

Fork this repo

  1. Fork SnapCat, in particular the snapcat branch.
  2. Open SnapCat.xcodeproj in Xcode
  3. You may need to configure your "Team" and "Bundle Identifier" in "Signing and Capabilities"
  4. Run the app and data will synchronize with parse-hipaa via http://localhost:1337/parse automatically
  5. You can edit Parse server setup in the ParseSwift.plist file in the Xcode browser

View your data in Parse Dashboard

Parse Dashboard is the easiest way to view your data in the Cloud (or local machine in this example) and comes with parse-hipaa. To access:

  1. Open your browser and go to http://localhost:4040/dashboard
  2. Username: parse
  3. Password: 1234
  4. Be sure to refresh your browser to see new changes synched from your CareKitSample app

About

A basic social media app that allows you to post pictures and follow users built with SwiftUI and the ParseSwift SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%