Skip to content

VishalValvi-83/react-movie-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshots

The Movie House

Status GitHub Issues GitHub Pull Requests


MovieHouse is a web application that allows users to discover and explore popular and trending movies

📝 Table of Contents

About

MovieHouse : A Movie Discovery Platform

MovieHouse is a web application that allows users to discover and explore popular and trending movies. The platform provides a user-friendly interface to search for movies, view movie details, and browse through curated lists of popular and trending movies.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See usage for notes on how to deploy the project on a live system.

Prerequisites

Before you start, make sure you have the following installed:

  • Node.js: Version 14 or higher (you can check by running node -v in your terminal)
  • npm: Version 6 or higher (you can check by running npm -v in your terminal)
  • Git: Version 2.20 or higher (you can check by running git --version in your terminal)
  • MongoDB: Version 4.4 or higher (you can check by running mongo --version in your terminal)
  • A code editor or IDE: Such as Visual Studio Code, IntelliJ IDEA, or Sublime Text

Usage

  1. Clone the repository: git clone https://github.com/VishalValvi-83/moviehouse.git
  2. Install dependencies: npm install
  3. Start the server: npm start
  4. Open the application in your web browser: http://localhost:3000

Deployment

Vercel

  1. Create a Vercel account and log in to the dashboard
  2. Click on "Import Project" and select your Git provider (e.g., GitHub, GitLab)
  3. Authorize Vercel to access your repository
  4. Select the repository
  5. Configure the build settings:
    • Build command: npm run build
    • Output directory: public
  6. Click "Deploy" to start the deployment process
  7. Once deployed, you can access your site at the provided URL (e.g., https://your-site.vercel.app)

Note: Make sure to update your package.json file with the correct build script, and ensure that your project is configured to output the built files to the public directory.

Live Demo

Visit Here

Authors

See also the list of contributors who participated in this project.