{"id":28191683,"url":"https://github.com/krraviongit/movie_muse","last_synced_at":"2026-02-05T04:01:47.721Z","repository":{"id":293915241,"uuid":"968612824","full_name":"krRaviongit/Movie_Muse","owner":"krRaviongit","description":"🎬 Movie Muse is a movie review website where users can  browse movies, view and share their personal reviews and ratings. It offers a simple and interactive platform to explore what others think about different movies.","archived":false,"fork":false,"pushed_at":"2025-04-18T17:50:44.000Z","size":1825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T19:07:31.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krRaviongit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-18T12:00:27.000Z","updated_at":"2025-04-18T18:00:32.000Z","dependencies_parsed_at":"2025-05-17T22:47:28.923Z","dependency_job_id":null,"html_url":"https://github.com/krRaviongit/Movie_Muse","commit_stats":null,"previous_names":["krraviongit/movie_muse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krRaviongit/Movie_Muse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krRaviongit%2FMovie_Muse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krRaviongit%2FMovie_Muse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krRaviongit%2FMovie_Muse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krRaviongit%2FMovie_Muse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krRaviongit","download_url":"https://codeload.github.com/krRaviongit/Movie_Muse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krRaviongit%2FMovie_Muse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29110555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:44:17.043Z","status":"ssl_error","status_checked_at":"2026-02-05T03:44:12.077Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-16T11:10:34.549Z","updated_at":"2026-02-05T04:01:47.702Z","avatar_url":"https://github.com/krRaviongit.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🎬 Movie Muse\n\nMovie Muse is a simple and user-friendly movie review system built using **HTML**, **CSS**, **JavaScript**, **PHP**, and **MySQL**, hosted locally using **XAMPP**. It allows users to register, log in, view movie reviews, and submit their own reviews with emoji-based ratings.\n\n---\n\n## 🎬 UI Preview\n\nHere’s a glimpse of the **Movie Muse** homepage:\n\n![Movie Muse UI 2](https://github.com/user-attachments/assets/1998b892-7745-4677-af5f-b64d759f0cd7)\n![Movie Muse UI 3](https://github.com/user-attachments/assets/75c8d949-5a58-42be-b50c-0aba30b6cded)\n![Movie Muse UI 4](https://github.com/user-attachments/assets/899cf847-2f58-4fe3-bbf0-76d4ed1671b9)\n\n---\n\n## 📌 Features\n\n- 🧑‍💻 User Registration and Login\n- ✍️ Submit Reviews (Only After Login)\n- 😊 Emoji-Based Rating System\n- 🗂️ MySQL Database to Store Users and Reviews\n- ✅ Success Message After Submitting Review (No Page Redirect)\n- 🖼️ Professionally Styled Homepage and Review Section\n- 🔒 Basic Session Management for Authentication\n\n---\n\n## 🛠️ Tech Stack Used\n\n| Frontend         | Backend     | Database | Server |\n|------------------|-------------|----------|--------|\n| HTML, CSS, JS    | PHP         | MySQL    | XAMPP  |\n\n---\n\n## 📁 Folder Structure\n\n```\nMovie_Muse/\n│\n├── index.html\n├── register.html\n├── login.html\n├── review.html\n├── style.css\n├── script.js\n├── submit_review.php\n├── login.php\n├── register.php\n├── logout.php\n└── db_config.php\n```\n\n---\n\n## 🔐 Database Structure (phpMyAdmin)\n\n**Database Name:** `themoviess_review`\n\n**Tables:**\n\n1. `users`\n   - `id` (Primary Key)\n   - `username`\n   - `email`\n   - `password`\n\n2. `reviews`\n   - `id` (Primary Key)\n   - `username`\n   - `movie_name`\n   - `rating`\n   - `comment`\n\n---\n\n\n## 💡 Made with ❤️ by [Kumar Ravi](https://github.com/krRaviongit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrraviongit%2Fmovie_muse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrraviongit%2Fmovie_muse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrraviongit%2Fmovie_muse/lists"}