Giter VIP home page Giter VIP logo

photostream's Introduction

Photostream

A photo sharing app that uses Firebase.

How To Make It Work?

  • Clone this repo or download source code.
  • Do $ pod install. (install cocoapods first if not installed)
  • Create a new project in your Firebase console.
  • Set the database rules to:
{
    "rules": {
        ".read": "auth != null",
        ".write": "auth != null",
        "users": {
          "$user_id": {
            ".indexOn": ["username", "id", "email"]
          },
          ".indexOn": ["username", "id", "email"]
        }
    }
}
  • Enable Email/Password sign-in method.
  • Download the GoogleService-Info.plist file.
  • Put the file into the root of the project folder.
  • Open Photostream.xcworkspace and add the file into the Photostream project.
  • Modify the bundle identifier and display name.
  • There you go, build and run the app. :)

Screenshots

![Login] (https://raw.github.com/mownier/photostream/master/Screenshots/Login.png) ![Registration] (https://raw.github.com/mownier/photostream/master/Screenshots/Registration.png) ![News Feed] (https://raw.github.com/mownier/photostream/master/Screenshots/News%20Feed.png)
![Profile Edit] (https://raw.github.com/mownier/photostream/master/Screenshots/Edit%20Profile.png) ![Settings] (https://raw.github.com/mownier/photostream/master/Screenshots/Settings.png) ![Photo Picker] (https://raw.github.com/mownier/photostream/master/Screenshots/Photo%20Picker.png)
![Photo Share] (https://raw.github.com/mownier/photostream/master/Screenshots/Photo%20Share.png) ![Post Upload] (https://raw.github.com/mownier/photostream/master/Screenshots/Post%20Upload.png) ![Comment Controller] (https://raw.github.com/mownier/photostream/master/Screenshots/Comment%20Controller.png)

Remarks

This app is built because there is no complicated iOS app (social media-ish) out there that uses the VIPER arthictecture. A todo list app is not enough to see what the VIPER architecture can really do. If you have comments or improvements about it, just file an issue and let us discuss about that. Also, this will somewhat give a leverage to those who are still into Massive View Controller (MVC) coding approach. Reading articles about VIPER architecture is not enough, putting it into practice makes it more interesting and exciting. Happy Coding!

License

MIT License

photostream's People

Contributors

mownier avatar

Stargazers

MohsinAli avatar

Watchers

MohsinAli avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.