Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 973 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 973 Bytes

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