Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 501 Bytes

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}