Movie App with MVVM, RxSwift, SnapKit
Because of Security reason, Keys.swift
is not included
- Get API Key from The Movie DB API
- Create
Keys.swift
inDomain
Folder:/MovieApp/Domain/Service/Keys.swift
. - Copy this code and put your APIKey:
let APIKey = "your key here"
Inspired by Movie Streaming App(figma community) and iTunes Store
- The Movie DB API (version 3)
- iOS 15.0+
- Swift 5
- Cocoapods
- SnapKit
- Then
- RxSwift
- RxCocoa
- RxDataSources
- Cosmos