View on GitHub

MovieDB-App

App to list movies using the MovieDB API.

Google Dev Library Logo

Build Status Kotlin badge-android badge-iosX64 badge-iosArm64 badge-iosSimulatorArm64 PRs Welcome

Welcome! ๐Ÿ‘‹

Welcome to the MovieDB-App! If you like movies, you will like this app, because you can access the most popular and top rated movies ๐Ÿคฉ

More details about the project you can take a look in our Wiki ๐Ÿ“š


How to run the project ๐Ÿ“ฆ

  1. Install Android Studio (latest version);
  2. Select the option to open a project;
  3. Select the project -> โš ๏ธ The project is inside of the src directory โš ๏ธ

๐ŸŽ If you wants to run the iOS app, you should open the file iosApp/iosApp.xcodeproj using Xcode (latest version).

๐Ÿค– Otherwise, you can run the Android app opening the src file using the Android Studio.


How to get my access token? ๐Ÿ‘ฎ

  1. Create an account Movie DB API (if you donโ€™t have it);
  2. Copy the value of your Bearer token;
  3. Paste the value of your token your gradle.properties file (Global properties):

If your bearer token is:

Bearer cHuckNoRRisIsAWarRior

Your gradle.properties file (Global properties) should looks like:

MOVIE_DB_API_TOKEN=cHuckNoRRisIsAWarRior

Teaser ๐ŸŽฌ


Tech stack summary ๐Ÿ› ๏ธ