Skip to content

Clean Architecture & MVP Design Pattern Android Application has been build Using The Movie Database public API.

License

Notifications You must be signed in to change notification settings

drayan85/TheMovieDataBase

Repository files navigation

TheMovieDataBase

Using The Movie Database public API Android Application has been build.

To run this project

  • Step 1

You will need to create an account from TheMovieDatabase to obtain the API key as per instructions given in https://developers.themoviedb.org/3/getting-started/introduction.

  • Step 2

On Your MacBook Open the Terminal

Put this into ~/.gradle/gradle.properties

THE_MOVIE_DATABASE_API_KEY={api_key_received_from_themoviedb_org}