-
Clone this repository:
git clone https://github.com/james-muriithi/movie-palace.git
-
Install Node.js dependencies:
npm install
-
Set your api key environment variable. If you don't have the api key get one from themoviedb
export API_KEY=your_api_key
or
cp .env.example .env
-
Build
npm run build
-
Run
npm start
This application uses the TMDb API but is not endorsed or certified by TMDb.