项目作者: wsmaragh

项目描述 :
A dating app that creates meaningful connections through food (Push notifications, Firebase, Chat, Schedule Calendar, Onboarding, Social media Login)
高级语言: Swift
项目地址: git://github.com/wsmaragh/dAte.git
创建时间: 2018-03-14T19:10:56Z
项目社区:https://github.com/wsmaragh/dAte

开源协议:

下载




dAte

dAte is a iOS mobile app that matches users based on their food preferences.








dAte
dAte

Features

A few of the things you can do with dAte:

  • Browse users with similiar preferences
  • Like and Match with users
  • Send and receive chat messages (with notification)
  • Schedule a date with your match (with notification)
  • Receive Push notifications for likes, matches, and date reminders

Designing & Planning









Developed by:






Demo Presentation at Venmo (in front 200-person crowd + judges)








Project Manangement (Trello)

Project Management/Progress:
https://trello.com/b/U6tB0D4k/capstonetrello

Built with

Requirements

  • Xcode 9.3+
  • iOS 11.3
  • Swift 4.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ sudo gem install cocoapods

Pods

  • Firebase
    • Firebase/Core
    • Firebase/Auth
    • Firebase/Database
    • Firebase/Storage

How to Install Pods

To integrate these pods into your Xcode project using CocoaPods, specify it in your Podfile:

  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '10.0'
  3. use_frameworks!
  4. target 'dAte' do
  5. pod 'Firebase/Core'
  6. pod 'Firebase/Auth'
  7. pod 'Firebase/Database'
  8. pod 'Firebase/Storage'
  9. end

Then, run the following command in Terminal:
$ pod install

Acknowledgments

  • Thanks to Intrepid/Accenture for providing us with great mentors.
  • Thanks to Venmo/Paypal for hosting our Demo.