Movie Dekh is a web application that provides personalized movie recommendations to users.
- Get movie recommendations based on user preferences
- Browse popular and trending movies
- View detailed information about each movie
- Node.js (version X.X.X)
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/movie-dekh.git -
Navigate to the project directory:
cd movie-dekh -
Install dependencies:
npm install -
Set up environment variables:
- Create a
.envfile in the root directory - Add necessary environment variables (e.g., API keys, database connection string)
- Create a
-
Start the development server:
npm run dev -
Open your browser and visit
http://localhost:3000