This is a free Movies/Series search engine built with Next.js and powered by the 8-StreamAPI and Consumet API.
-
Clone the repository to your local machine.
git clone https://github.com/himanshu8443/8-Stream.git
-
Install the required packages.
cd 8-Stream npm install
-
Set up the environment variables:
Create a .env file in the root directory. Add the required environment variables
TMDB_KEY = TMDB key # get it from https://developer.themoviedb.org/reference/intro/getting-started STREAM_API = your8StreamUrl.com/api/v1 # 8stream api URL, get it from https://github.com/himanshu8443/8StreamApi CONSUMET_API = Consumet Api url # get it from https://github.com/consumet/api.consumet.org
-
Start the development server.
npm run dev
-
Open the project in your browser at
https://localhost:3000
to view your project.
This is a Next.js project bootstrapped with create-next-app
.