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.
FilmyHub offers three types of authentication methods for users:
-
Email or username
-
Facebook
-
Google
Users can create and manage their own watchlists.
Add movies to the watchlist to keep track of what they want to watch.
View detailed information about each movie, including cast, crew, and other relevant details.
Explore trailers, reviews, and recommendations for a comprehensive movie experience.
Easily search for movies using the search feature.
Find movies by title, genre, or any relevant keywords.
The homepage showcases:
-
Trending movies by day and week.
-
Popular movies to keep users updated on what's trending.
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.
-
Frontend: HTML, CSS, JavaScript, EJS (Embedded JavaScript)
-
Backend: Node.js, Express.js
-
Database: MongoDB (for user data and watchlists)
-
Authentication: Passport.js (Local, Facebook, Google)
-
External API: The Movie Database (TMDb)
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.
This project is licensed under the MIT License.