/moviemagic

Introducing "Movie Magic": A premium movie discovery platform built with Next.js, Tailwind CSS, Node.js, and MongoDB. Harnessing a curated IMDb dataset, it streamlines your search for top films. Find specific titles, get bespoke recommendations, explore detailed statistics, or secure a curated random pick.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Movie Magic

wt

Discover the magic of cinema with "Movie Magic" – a premium platform designed for avid movie enthusiasts. Delve into a rich IMDb dataset to unearth top-rated films, unique recommendations, intriguing statistics, and much more. Built for performance and elegance with Next.js, Tailwind CSS, Node.js, and MongoDB.

Features

  1. Search API: Find movies with ease based on various parameters such as name, year of release, duration, rating, metascore, earnings, votes, and even keywords in the description.
  2. Recommendation API: Get personalized movie recommendations based on certain parameters like similar metascore, user rating, release period, or keywords in the description.
  3. Statistics API: Discover interesting movie statistics like the average rating or metascore for a given year, the highest-grossing movies of all time, or the most popular movies based on votes.
  4. Random Movie API: Feeling adventurous? Get a random movie from the database and discover something new!

Setup

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

This is a Next.js project bootstrapped with create-next-app.