The Movie Review Website offers a dynamic platform for users to explore, review, and discuss movies. It integrates front-end and back-end technologies to provide a seamless user experience for movie enthusiasts.
- Dynamic Search: Users can search for movies based on titles.
- Interactive Reviews: Users can read and write reviews, sharing their movie experiences.
- Responsive Design: Optimized for both desktop and mobile devices.
- Real-time Data Handling: Instant retrieval and update of movie details and reviews.
Follow these instructions to set up and run a movie-review-site project on your local machine.
- Node.js
- npm (Node Package Manager)
- MongoDB
- A modern web browser
- Postman (for testing)
- Clone the repository:
git clone https://github.com/kushalpatel0265/movie-review-site.git
- Navigate to the project directory:
cd MovieReviewSite
- Install dependencies:
npm install cors dotenv express mongodb mongoose mongoose-aggregate-paginate-v2 npm install nodemon -D
- Start the server:
npm run dev
- Open a web browser and navigate to http://localhost:9000 to start exploring the website.
Contributions to this project are welcome! Please fork the repository and submit a pull request with your features or corrections.
- Gmail: kushalpatel0265@gmail.com
- Project Link: https://github.com/kushalpatel0265/movie-review-site
- Deployment Link: https://movie-review-site.vercel.app/