[go: up one dir, main page]

Skip to content

A mobile application that allows users to update about the latest movies, using Dart, Firebase and TMDb API

License

Notifications You must be signed in to change notification settings

TPoo1408/MovieOsirisApp

Repository files navigation

Installation

To run MovieOsirisApp locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/cuongtp1408/MovieOsirisApp
  1. Change to the project directory:
cd Osiris
  1. Install the dependencies:
flutter pub get
  1. Set up Firebase:
  • Create a new Firebase project at Firebase Console.
  • Add an Android and/or iOS app to your project and follow the setup instructions to obtain the necessary configuration files (google-services.json and/or GoogleService-Info.plist).
  • Enable Firebase Authentication and Firestore in your Firebase project.
  1. Configure TMDb API:
  • Sign up for a free account at The Movie Database and obtain an API key.
  • Replace your API key to the lib/Services/API.dart file:
String apiKey = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
  1. Run the app:
flutter run

Technologies Used

  • Flutter: A cross-platform UI toolkit for building beautiful, natively compiled applications.
  • Firebase: A comprehensive suite of cloud-based tools for building and managing apps.
  • The Movie Database (TMDb) API: A rich movie and TV show database with detailed information and media content.

About

A mobile application that allows users to update about the latest movies, using Dart, Firebase and TMDb API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published