Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marian1309/movix

IMDB API
https://github.com/marian1309/movix

Last synced: 10 days ago
JSON representation

IMDB API

Awesome Lists containing this project

README

        

### Prerequisites

**Node version >= 16.x**

### Cloning the repository

```shell
git clone https://github.com/Marian1309/Movix
```

### Install packages

```shell
npm i
```

### Setup .env file

```js
NEXT_PUBLIC_TMDB_TOKEN = ''
```

### Start the app

```shell
npm run dev
```