Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.08 KB

Movieportal NextJS

Movieportal NextJS is a NextJS web application for browsing and discovering movies.

Demo available at: movieportal-nextjs.improwise.com

Features

  • Browse popular movies
  • Search for movies by title
  • View detailed movie information

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)
  • NextJS (v18.0.1)
  • Tailwind CSS
  • tRPC
  • TMDB

Configuration

This project uses The Movie Database (TMDB) API. To run the application, you need to obtain an API key from TMDB and add it to your environment.

  1. Sign up for an account at TMDB if you haven't already.
  2. Go to your account settings and create a new API key.
  3. Create a .env file in the root directory of the project.
  4. Add your API key to the .env file.

Note: Never commit your API key to version control. The .env file should be kept local and not shared publicly.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.