Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marian1309/movix
IMDB API
https://github.com/marian1309/movix
Last synced: 10 days ago
JSON representation
IMDB API
- Host: GitHub
- URL: https://github.com/marian1309/movix
- Owner: Marian1309
- Created: 2023-05-29T17:38:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-06T08:08:31.000Z (about 1 year ago)
- Last Synced: 2024-07-06T20:40:43.348Z (4 months ago)
- Language: TypeScript
- Homepage: https://movix.marian1309.vercel.app
- Size: 695 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```