Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.67 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.67 KB

Moview-review-system

OVERVIEW
The Movie Review System is a web application built using PHP that allows users to browse, review, and rate movies. It provides a platform where users can register, log in, add their own reviews, and see what others think about different movies.

FEATURES:
1.User Registration & Authentication: Users can register, log in, and manage their accounts.
2.Movie Listings: Browse through a collection of movies with details like title, description, genre, release date, etc.
3.Review System: Users can write reviews and rate movies on a scale of 1 to 5.
4.User Dashboard: Registered users can see the movies they’ve reviewed.
5.Admin Panel: Administrators can add, update, or delete movies and moderate reviews.

Installation

  • 1.Requirements

    • PHP 7.x or higher
    • MySQL/MariaDB
    • Apache/Nginx Web Server
  • 2.Setup

    • Clone the repository or download the source files.
    • Import the database:
      • Create a MySQL database (e.g., movie_review_db).
      • Import the provided SQL file (movie_review_db.sql) into the database.
    • Update the configuration:
    • Start your server and navigate to the project folder in the browser

Usage
* 1.Home Page: Lists all movies with reviews and ratings.
* 2.User: Register or log in to post reviews.
* 3.Admin: Access the admin panel via /admin (default credentials can be found in the admin table in the database).

Contributing

  • Feel free to submit pull requests or open issues for bug fixes and new features.