Farhandroid / AndroidCleanArchitecture

This is a project built with Love ❤️ and also with Clean architecture in Android .
https://farhan-tanvir.medium.com/clean-architecture-in-android-jetpack-compose-paging-3-0-kotlin-mvvm-%E3%83%BCpart-2-8d97cee4dffe
321 stars 63 forks source link

The BASE_URL and and POST_URL has no description on what to put #13

Closed basurahan closed 2 years ago

basurahan commented 2 years ago

I want to run the project but the I dont know what api version should i put on the BASE_URL and POST_URL please provide a better description thank you

chukimmuoi commented 2 years ago

This is probably what you need: API_KEY="etc..." BASE_URL="https://api.themoviedb.org/3/" POSTER_URL = "https://image.tmdb.org/t/p/original/"