Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemanthkumar314/movieverse
Build a Movie Review Management System where users can interact with application in real-time to rate the movies and review their thoughts on movies
https://github.com/hemanthkumar314/movieverse
html-css-javascript php sql
Last synced: 10 days ago
JSON representation
Build a Movie Review Management System where users can interact with application in real-time to rate the movies and review their thoughts on movies
- Host: GitHub
- URL: https://github.com/hemanthkumar314/movieverse
- Owner: hemanthkumar314
- Created: 2024-06-02T15:36:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T09:29:39.000Z (6 months ago)
- Last Synced: 2024-11-15T03:33:11.342Z (2 months ago)
- Topics: html-css-javascript, php, sql
- Language: PHP
- Homepage:
- Size: 33.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MovieVerse
Overview
The Movie Review Management System is a web application that allows users to interactively review and discuss movies in real-time. It is designed to provide a seamless and engaging platform for movie enthusiasts to share their opinions and discover new films.It is settled up with strong privacy protocols with a secure login system, allowing only authorized Admins to edit content, which helps keep data accurate and safe.Key Features
User Registration and Authentication : Users can sign up for an account and log in to access the application.Passwords are securely stored and managed in Database.
Movie Database : A comprehensive SQL database of movies is maintained, including details such as title, genre, release date, and descrption.So,Users can search for movies by title or genre.
Review and Rating System : Logged-in users can view reviews and rate movies.Reviews and ratings are displayed in real-time, ensuring users always see the most up-to-date information.
Technologies Used
Front End
HTML : Structures the content on web pages.
CSS : Styles the web pages for a visually appealing layout.
JavaScript : Adds interactivity and handles AJAX requests for real-time updates.
Back End
PHP : Handles server-side logic, processes user requests, and interacts with the database.
MySQL : Stores all data related to users, movies, and reviews.