Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 373 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 373 Bytes

Movie DB

Movie DB is an simple app to simulate as movie apps by involving MovieDB open API

Architecture

Using VIPER (View Interactor Presenter Entity Router).

Third Party

  • Moya
  • Kingfisher
  • SkeletonView

Installation

  • Install xcodegen
  • run ./setup.sh
  • Build (Command + B) in XCode
  • Run (Command + R) in XCode
  • Run for unit test (Command + U) in Xcode