MovieRev is a movie review platform built with Django where users can explore and review movies. Visitors can read reviews without logging in, while registered users can add reviews, manage a wishlist, and view their review history.
- 🔍 View reviews of the latest and classic movies without login
- 📝 Logged-in users can post one review per movie
- 📊 Sort reviews by latest or top-rated
- 🌟 Add movies to My List (wishlist)
- 👤 View all movies a user has reviewed
- 🎥 Fetch real-time movie details using the TMDB API
- Backend: Python, Django
- Frontend: Django Templates, HTML, CSS, Bootstrap
- API Integration: TMDB API
- Clone the repo:
git clone https://github.com/akhilejoshy/movierev.git cd movierev




