{"id":21056399,"url":"https://github.com/stephanvolynets/movieadminpanel","last_synced_at":"2026-02-17T12:31:59.253Z","repository":{"id":254929538,"uuid":"847991335","full_name":"StephanVolynets/MovieAdminPanel","owner":"StephanVolynets","description":"This web application combines dynamic content management with user authentication, providing a platform for movie enthusiasts to explore top-ranked films across various genres.","archived":false,"fork":false,"pushed_at":"2024-11-13T08:07:14.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T02:41:56.556Z","etag":null,"topics":["website-security"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/StephanVolynets.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":"2024-08-26T23:44:06.000Z","updated_at":"2024-11-13T08:07:18.000Z","dependencies_parsed_at":"2024-08-27T02:31:16.821Z","dependency_job_id":"f3d094c2-07cc-4d10-af7a-76db0f8339bc","html_url":"https://github.com/StephanVolynets/MovieAdminPanel","commit_stats":null,"previous_names":["stephanvolynets/movieadminpanel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StephanVolynets/MovieAdminPanel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanVolynets%2FMovieAdminPanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanVolynets%2FMovieAdminPanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanVolynets%2FMovieAdminPanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanVolynets%2FMovieAdminPanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanVolynets","download_url":"https://codeload.github.com/StephanVolynets/MovieAdminPanel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanVolynets%2FMovieAdminPanel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29543905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T12:21:34.159Z","status":"ssl_error","status_checked_at":"2026-02-17T12:21:02.057Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["website-security"],"created_at":"2024-11-19T16:50:17.499Z","updated_at":"2026-02-17T12:31:59.227Z","avatar_url":"https://github.com/StephanVolynets.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cinematic Showcase - Movie Admin Panel\n\nA comprehensive web application for managing and showcasing top-rated films, featuring both user and administrative interfaces.\n\n### Backend Dashboard\n![Xnip2024-08-26_19-58-57](https://github.com/user-attachments/assets/14fe30a2-fb5a-43ff-aaf2-6c31be93d112)\n\n### Frontend Interface\n![Xnip2024-08-26_20-21-10](https://github.com/user-attachments/assets/35d41039-9bb0-45f2-9773-46050f097235)\n\n## Project Overview\n\nThis web application combines dynamic content management with user authentication, providing a platform for movie enthusiasts to explore top-ranked films across various genres. The system features both a public-facing interface for users and a comprehensive admin panel for content management.\n\n## Features\n\n### Public Interface\n- Browse top-rated films with detailed information\n- Filter movies by genres/tags\n- View comprehensive movie details including:\n  - Director information\n  - Release year\n  - Rankings\n  - Awards\n  - Synopsis\n- Responsive design for optimal viewing across devices\n\n### Admin Panel\n- Secure authentication system\n- Comprehensive dashboard with:\n  - Total Films counter\n  - Directors counter\n  - Total Awards tracker\n  - Average Rating calculator\n- Full CRUD operations:\n  - Add new films\n  - Edit existing entries\n  - Delete films\n  - Manage tags/genres\n\n## Technical Stack\n\n- **Frontend**: \n  - HTML5\n  - CSS (Tailwind CSS + Custom styling)\n  - JavaScript\n  - Responsive design principles\n  \n- **Backend**:\n  - PHP\n  - SQLite Database\n  - PDO for database operations\n\n- **Authentication**:\n  - Session-based authentication\n  - Secure password hashing\n  - Role-based access control\n\n## Database Schema\n\n### Main Tables\n- `Top_Films`: Stores film details\n- `Tags`: Manages genre categories\n- `Film_Tags`: Handles many-to-many relationships\n- `Users`: Manages user accounts\n- `Sessions`: Handles user sessions\n\n## Getting Started\n\n### Prerequisites\n- PHP 7.4 or higher\n- SQLite3\n- Web server (Apache/Nginx)\n\n### Installation\n\n1. Clone this repository:\n```bash\ngit clone [repository-url]\n```\n\n2. Open as a Codespace on GitHub or as a container in VS Code\n\n3. Start the development server:\n   - From the **Run** menu, select **Start Debugging**\n   - Visit http://127.0.0.1:8080/\n\n### Admin Access\n- Username: Admin\n- Password: monkey\n\n## Project Structure\n\n```\n├── db/\n│   └── init.sql           # Database initialization\n├── includes/\n│   ├── db.php            # Database connection\n│   ├── sessions.php      # Session management\n│   └── admin/            # Admin components\n├── pages/\n│   ├── home.php          # Main landing page\n│   ├── details.php       # Film details\n│   └── admin_view_all.php # Admin dashboard\n└── public/\n    └── uploads/          # Media storage\n```\n\n## Security Features\n\n- Password hashing\n- Session management\n- SQL injection prevention\n- XSS protection\n- CSRF protection\n\n## Contributing\n\nThis project is maintained by Stephan Volynets. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- Cornell University INFO 2300 course\n- All film data is for demonstration purposes\n\n---\n\nFor any questions or support, please contact: svv6@cornell.edu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanvolynets%2Fmovieadminpanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanvolynets%2Fmovieadminpanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanvolynets%2Fmovieadminpanel/lists"}