18 lines
424 B
Markdown
18 lines
424 B
Markdown
# The Movie Browser
|
|
Browsers movies from https://www.themoviedb.org
|
|
|
|
## Requirements
|
|
* Android minimum API: 23
|
|
|
|
## Used Technologies
|
|
* Kotlin
|
|
* Coroutines
|
|
* Hilt 2.x
|
|
* Retrofit 2.x,
|
|
* Room 2.x,
|
|
* Compose
|
|
* JUnit/Mockk
|
|
|
|
## TMDB API key
|
|
If you want to use the application with www.themoviedb.org you need to put you API key in
|
|
`local.properties` file as key `tmdb.api_key=xxxxxxxxxxx` otherwise the app will work on fake data. |