{"id":26047849,"url":"https://github.com/dawidolko/wordpress-cinema-docker","last_synced_at":"2026-03-01T12:02:21.104Z","repository":{"id":278884743,"uuid":"937075461","full_name":"dawidolko/Wordpress-Cinema-Docker","owner":"dawidolko","description":"Project typically for work purposes of getting to know docker and wordpress.","archived":false,"fork":false,"pushed_at":"2026-02-15T10:52:58.000Z","size":88223,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T16:28:46.217Z","etag":null,"topics":["cinema","doker","learn","project","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dawidolko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-22T09:19:04.000Z","updated_at":"2026-02-15T10:53:01.000Z","dependencies_parsed_at":"2025-02-22T10:24:59.756Z","dependency_job_id":"a689f863-eb7b-43ec-a3c3-59f3778f5c8b","html_url":"https://github.com/dawidolko/Wordpress-Cinema-Docker","commit_stats":null,"previous_names":["dawidolko/wordpress-cinema-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dawidolko/Wordpress-Cinema-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FWordpress-Cinema-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FWordpress-Cinema-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FWordpress-Cinema-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FWordpress-Cinema-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawidolko","download_url":"https://codeload.github.com/dawidolko/Wordpress-Cinema-Docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawidolko%2FWordpress-Cinema-Docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"last_error":"SSL_read: 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":["cinema","doker","learn","project","wordpress"],"created_at":"2025-03-07T23:14:25.055Z","updated_at":"2026-03-01T12:02:21.098Z","avatar_url":"https://github.com/dawidolko.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Cinema – Advanced Movie Theater Website in Docker\n\n## Project Overview\n\nThis project is a **movie theater web application** built using **WordPress** and containerized with **Docker**. It is designed as a learning project to explore **WordPress development**, **Docker containerization**, and **customizing CMS-based web applications**.\n\nThe website features:\n\n- A **homepage** with a dynamic **movie slider** and a **\"Check What's Playing\"** section\n- A **cinema selection** based on city locations\n- A **movie schedule (repertoire)**\n- An **upcoming movies section**\n- A **navigation bar with various categories**\n- **User login and registration**\n- **Ticket reservations**\n\nThis repository is intended as a **self-hosted, local development project** for learning purposes and will not be deployed on a live server.\n\n---\n\n## Technologies Used\n\n- **WordPress** – Content Management System (CMS)\n- **Docker** – Containerized development environment\n- **MySQL** – Database for storing movie schedules and user data\n- **Elementor** – Visual page builder for WordPress\n- **PHP** – Backend for WordPress functionality\n- **HTML/CSS** – Styling and custom theme adjustments\n\n---\n\n## ⚙️ Installation \u0026 Setup\n\n### **Clone the Repository**\n\n```bash\ngit clone https://github.com/dawidolko/wordpress-cinema-docker.git\ncd wordpress-cinema-docker\n```\n\n### **Run Docker Containers**\n\n```bash\ndocker-compose up -d\n```\n\nOnce started, the WordPress application will be available at **`http://localhost:8080`**.\n\n### **Access WordPress Admin Panel**\n\n- **Admin Dashboard:** `http://localhost:8080/wp-admin`\n- Default login credentials (change them after setup!):\n  - **Username:** `admin`\n  - **Password:** `admin`\n\n---\n\n## Project Structure\n\n```\n/wordpress-cinema-docker\n ├── docker-compose.yml   # Docker container configuration\n ├── wp-content/          # WordPress themes and plugins folder\n └── README.md            # Project documentation\n```\n\n---\n\n## Features\n\n✅ **Homepage:** Movie slider, \"Check What's Playing\" section, schedule, and information footer  \n✅ **Navigation Menu:** Sections for repertoire, trailers, events, family, schools, etc.  \n✅ **User Authentication:** Registration and login system  \n✅ **Dynamic Movie Schedule:** Custom post types in WordPress for movies and showtimes  \n✅ **Ticket Booking System:** Basic reservation form for users\n\n---\n\n## 🎨 Website Layout\n\n### **Homepage:**\n\n- 🎥 **Movie Slider** – Showcasing currently playing films\n- 🏙️ **Cinema Selection** – Users can choose their preferred location\n- 📅 **Repertoire Section** – List of available showtimes\n- 🎬 **Upcoming Movies Section** – Sneak peek at upcoming films\n- ℹ️ **Information Section** – About us, social media links, and footer\n\n### **Navigation Bar Sections:**\n\n- **Repertoire**\n- **Trailers**\n- **Family**\n- **Events**\n- **Schools**\n\n### **User Authentication:**\n\n- **Login \u0026 Registration System** (Customizable user roles)\n- **Optional WooCommerce Integration** for ticket purchases\n- **Basic Ticket Booking System**\n\n---\n\n## 🔧 WordPress Customization\n\n### **Custom Post Types (CPT) for Movie Data**\n\nMovies and showtimes are managed using **Custom Post Types (CPT)** and **Advanced Custom Fields (ACF)**.  \nEach movie entry includes:\n\n- **Title \u0026 Description**\n- **Showtimes**\n- **Cinema Location**\n- **Trailer Embed**\n\n### **Dynamic Movie Schedule**\n\nA custom query retrieves movies based on the selected **cinema city** and **date**.\n\n---\n\n## Development Roadmap\n\n### Phase 1: Environment Setup\n\n- Install Docker and configure WordPress\n- Choose and install a WordPress theme\n- Set up MySQL database for storing movies and users\n\n### Phase 2: Core Features\n\n- Implement **custom post types (CPTs) for movies and showtimes**\n- Develop a **custom page template for the movie schedule**\n- Add a **basic ticket reservation form**\n\n### Phase 3: Advanced Features\n\n- Implement **AJAX-based showtime filtering**\n- Add **REST API integration** for movie data\n- Enable **email notifications for reservations**\n\n---\n\n## Running \u0026 Testing the Project\n\n- To restart the environment:\n  ```bash\n  docker-compose down \u0026\u0026 docker-compose up -d\n  ```\n- To check active containers:\n  ```bash\n  docker ps\n  ```\n- To view logs:\n  ```bash\n  docker logs container_id\n  ```\n\n---\n\n## Contribution \u0026 Learning\n\nThis project is a **learning experiment**, but contributions and improvements are welcome. If you're interested in **WordPress customization, Docker, or CMS-based application development**, feel free to explore and modify it.\n\n---\n\n## License\n\nThis project is released under the **MIT License** – feel free to modify and use it for learning purposes.\n\nCreated by: **[dawidolko](https://github.com/dawidolko)**\n\n\u003c!-- Password: b98J)W\u0026FIG4fWp1nWs --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawidolko%2Fwordpress-cinema-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawidolko%2Fwordpress-cinema-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawidolko%2Fwordpress-cinema-docker/lists"}