Osiris

Osiris

Osiris is a powerful movie and show tracker app built using Flutter, Firebase, and The Movie Database (TMDb) API. With Osiris, you can easily keep track of your favorite movies and TV shows, discover new ones, and stay up-to-date with the latest releases. The app provides a seamless user experience with a beautiful interface and efficient data synchronization using Firebase.

Osiris

Features

  • User Authentication: Osiris allows users to sign up, log in, and securely authenticate their accounts using Firebase Authentication.

  • Movie and TV Show Search: You can search for movies and TV shows using the extensive collection provided by The Movie Database (TMDb) API. Get detailed information about each title, including ratings, cast, synopsis, release date, and more.

  • Personalized Watchlist: Easily add movies and TV shows to your watchlist to keep track of what you want to watch later.

  • Discover New Content: Osiris offers personalized recommendations based on your watch history and preferences. Explore popular, trending, and upcoming movies and TV shows, and discover new content that matches your interests.

  • Real-time Updates: Osiris provides real-time updates on movie and show releases, ensuring you never miss out on the latest entertainment.

  • Data Synchronization: All your data, including watchlist, favorites, and ratings, are seamlessly synchronized across multiple devices using Firebase Cloud Firestore.

Installation

To run Osiris locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Arjun-Ingole/Osiris.git
  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.
  • Add your API key to the lib/Services/key.dart file:
String api_key = "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.

Screenshots

Osiris

License

Hapii is licensed under the MIT License. See LICENSE for more information.

GitHub

View Github