Skip to content

Working project using RIB architecture pattern from Uber

License

Notifications You must be signed in to change notification settings

drougojrom/TheMovieDB-RIB

Repository files navigation

TheMovieDB-RIB

Working project using RIB architecture pattern from Uber

Sample project using RIB architecture pattern from Uber written in swift.

Here you can see how RIB modules work together, talk to The Movie DB API and then save everything into Realm DB.

Installation:

  1. run pod update and open .xcworkspace file.
  2. Add the movie db token into ClientConfig file or use the default one
  3. Run