Skip to content

This is a client app for The Movie DB API, built with NextJS, Typescript and Tailwind.

Notifications You must be signed in to change notification settings

nunomago/moviedb-app

Repository files navigation

MovieDB App

This is a client app for The Movie DB API, built with NextJS, Typescript and Tailwind.

Getting Started

First, install the dependencies:

npm run install
# or
pnpm install

Second, create an .env.local file in the root directory with the following template and change the API key to the one you got from The Movie DB API.

API_KEY=foo

Lastly, run the app in development mode:

npm run dev
# or
pnpm dev

Or, run the app in production mode:

npm run build & npm run start
# or
pnpm build & pnpm start

About

This is a client app for The Movie DB API, built with NextJS, Typescript and Tailwind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published