Skip to content

App to list movies using the MovieDB API.

License

Notifications You must be signed in to change notification settings

thesurajkamble/MovieDB-App

 
 

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 🤩

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 🎬

  • 🤖 Android

  • 🍎 iOS


Tech stack summary 🛠️

About

App to list movies using the MovieDB API.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.5%
  • Other 0.5%