Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tvrtkom/movies

simple interface for tmdb with nextjs
https://github.com/tvrtkom/movies

Last synced: about 7 hours ago
JSON representation

simple interface for tmdb with nextjs

Awesome Lists containing this project

README

        

## Getting Started

Intall dependencies:

```npm i```

Add `.env.local` file with your TMDB read access token inside e.g.

```
NEXT_PUBLIC_API_READ_ACCESS_TOKEN="....[TOKEN HERE]...."
```

Run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```