Skip to content

gabrielbmoro/MovieDB-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🤩


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 🎬

  • 🤖 Android

  • 🍎 iOS


Tech stack summary 🛠️