Skip to content

filipbatur/justwatch-next

Repository files navigation

Prerequisites

  • Minimum Node version required: 20.17.0
  • Docker engine installed on your system
  • TMDB API key

Create a .env file based on the .env.example:

NEXT_PUBLIC_TMDB_ACCESS_TOKEN=YOUR_ACCESS_TOKEN

Getting Started

Execute the following commands:

npm install
npm run dev

or

docker compose --env-file .env up --build

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


Project Structure

Most of the code lives in the src folder and looks like this:

src
|
+-- app               # app router
|
+-- components        # shared components used across the entire application
|
+-- hooks             # shared hooks used across the entire application
|
+-- lib               # re-exporting different libraries preconfigured for the application
|
+-- types             # base types used across the application
|
+-- utils             # shared utility functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages