Skip to content

Jeet-baldha/FilmyHub

Repository files navigation

FilmyHub

FilmyHub is a movie information and watchlist management website, built on The Movie Database (TMDb) API. It provides users with a seamless experience to explore trending movies, search for their favorite films, and create personalized watchlists.

Features:

Authentication

FilmyHub offers three types of authentication methods for users:

  1. Email or username

  2. Facebook

  3. Google

Watchlist Management

Users can create and manage their own watchlists.

Add movies to the watchlist to keep track of what they want to watch.

Movie Details

View detailed information about each movie, including cast, crew, and other relevant details.

Explore trailers, reviews, and recommendations for a comprehensive movie experience.

Search Functionality

Easily search for movies using the search feature.

Find movies by title, genre, or any relevant keywords.

Homepage Display

The homepage showcases:

  1. Trending movies by day and week.

  2. Popular movies to keep users updated on what's trending.

Getting Started

Installation

Clone this repository to your local machine.

Install dependencies using npm install.

Configuration

Set up environment variables for API keys and other configurations.

Run the Application

Execute npm start to run the application locally.

Access the Website Visit http://localhost:3000 in your web browser.

Technologies Used

  1. Frontend: HTML, CSS, JavaScript, EJS (Embedded JavaScript)

  2. Backend: Node.js, Express.js

  3. Database: MongoDB (for user data and watchlists)

  4. Authentication: Passport.js (Local, Facebook, Google)

  5. External API: The Movie Database (TMDb)

Contributing

If you'd like to contribute to FilmyHub, please follow these steps:

Fork the repository.

Create a new branch for your feature: git checkout -b feature-name.

Make your changes and commit them: git commit -m 'Add some feature'.

Push to the branch: git push origin feature-name.

Submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published