Skip to content

JoakJohaTech/moviedb

Repository files navigation

TMDB FE

This is frontend for TMDB APIs.

Getting Started

Requirments

  • Node 18

Install dependencies:

npm install

For this project to work correctly you will need to get both an API key and a read-only token from MovieDb. Put these two keys an a file called .env.local in the root of the project.

MOVIE_DB_API_KEY={YOUR_TMDB_API_KEY}
NEXT_PUBLIC_MOVIE_DB_API_TOKEN={YOUR_TMDB_READ_TOKEN}

Get the API key from TMDB

Run the development server

npm run dev

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

Build for production

npm run build
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published