Movie Recommendation App
- TMDb API
- Clean Architechure
- Coroutine Flow
- Koin
- Modularization
- Dynamic Feature
- Circle CI
- SQLCipher
- Obfuscation
- Certificate Pinning
- Firebase Crashlytics
- You must create TMDB account and then request an api key at the following link
- Put your Api Key that has been created in the fllowing file: core/build.gradle
buildConfigField('String', "API_KEY", YOUR_API_KEY)
- Click Build/Rebuild Project at your IDE
- Click Run Project at your IDE