MovieHouse is a web application that allows users to discover and explore popular and trending movies
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.
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.
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
- Clone the repository:
git clone https://github.com/VishalValvi-83/moviehouse.git
- Install dependencies:
npm install
- Start the server:
npm start
- Open the application in your web browser:
http://localhost:3000
- Create a Vercel account and log in to the dashboard
- Click on "Import Project" and select your Git provider (e.g., GitHub, GitLab)
- Authorize Vercel to access your repository
- Select the repository
- Configure the build settings:
- Build command:
npm run build
- Output directory:
public
- Build command:
- Click "Deploy" to start the deployment process
- 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.
- @Vishal_Valvi - Idea & Initial work
See also the list of contributors who participated in this project.