SINEHAN

Embark on a cinematic journey with our app: your exclusive portal to movie magic, packed with ratings, reviews, and all the film info you crave. Elevate your movie experience today!

Tech Stack

Project Setup

Clone the project

git clone https://github.com/VEN-github/sinehan.git

Go to the project directory

cd sinehan

Copy the .env.example and named it .env.

This contains the environment variables such as API Endpoint, API Key, and API Access Token from Firebase & TMDB.

cp .env.example .env

Install dependencies

npm install

Compile and Hot-Reload for Development

Start the development server on http://localhost:3000:

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint