项目作者: yenbekbay

项目描述 :
iOS app that gives you a chance to meet interesting people in your city
高级语言: Objective-C
项目地址: git://github.com/yenbekbay/never-drink-alone.git
创建时间: 2016-10-19T17:24:56Z
项目社区:https://github.com/yenbekbay/never-drink-alone

开源协议:MIT License

下载


Never Drink Alone logo

Never Drink Alone is an iOS app that gives you a chance to meet interesting people in your city. It sends you one meeting proposal a day and you can either accept it or reject it.

Stack

Never Drink Alone iOS app is written in Objective-C using the MVVM architecture. It’s built with ReactiveCocoa, AFNetworking, Firebase and Parse SDK.

Never Drink Alone backend is built on top of Parse BaaS. Unfortunately, Parse was shut down, so this setup is not going to be functional.
You can however use the source code for you learning purposes or modify it to build a backend on Parse Server.

Setup

  1. Clone the repo:

    1. $ git clone https://github.com/yenbekbay/never-drink-alone
    2. $ cd never-drink-alone
  2. Install iOS app dependencies from CocoaPods:

    1. $ (cd ios && bundle install && pod install)
  3. Configure the secret values for the iOS app:

    1. $ cp ios/NeverDrinkAlone/Secrets-Example.h ios/NeverDrinkAlone/Secrets.h
    2. $ open ios/NeverDrinkAlone/Secrets.h
    3. # Paste your values
  4. Open the Xcode workspace at ios/NeverDrinkAlone.xcworkspace and run the app.

License

MIT License © Ayan Yenbekbay