{"id":22784046,"url":"https://github.com/aslams2020/easybook-ticket-system","last_synced_at":"2026-01-31T13:39:33.366Z","repository":{"id":266817442,"uuid":"899446638","full_name":"aslams2020/EasyBook-Ticket-System","owner":"aslams2020","description":"The EasyBook Ticket Management System simplifies movie ticket booking with secure user login, dynamic ticket selection, real-time cost updates, and a simulated payment gateway. Built with Flask, SQLite, HTML, and CSS, it provides a seamless and efficient platform for managing movies, bookings, and transactions.","archived":false,"fork":false,"pushed_at":"2025-09-06T22:33:26.000Z","size":6001,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-07T00:18:19.106Z","etag":null,"topics":["css","dbms","flask","html","python","sqlite3"],"latest_commit_sha":null,"homepage":"https://easy-book-ticket-system.vercel.app","language":"HTML","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/aslams2020.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-12-06T09:34:27.000Z","updated_at":"2025-09-06T22:33:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"edae5233-bc7a-4043-96ee-b2a544cc7e73","html_url":"https://github.com/aslams2020/EasyBook-Ticket-System","commit_stats":null,"previous_names":["aslams2020/easybook-ticket-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aslams2020/EasyBook-Ticket-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslams2020%2FEasyBook-Ticket-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslams2020%2FEasyBook-Ticket-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslams2020%2FEasyBook-Ticket-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslams2020%2FEasyBook-Ticket-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aslams2020","download_url":"https://codeload.github.com/aslams2020/EasyBook-Ticket-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aslams2020%2FEasyBook-Ticket-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"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":["css","dbms","flask","html","python","sqlite3"],"created_at":"2024-12-11T22:10:15.883Z","updated_at":"2026-01-31T13:39:33.361Z","avatar_url":"https://github.com/aslams2020.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 EasyBook - Movie Ticket Booking System\n\n![Python](https://img.shields.io/badge/Python-3.8%252B-green)\n![Flask](https://img.shields.io/badge/Flask-2.3.0-lightgrey)\n![SQLite](https://img.shields.io/badge/SQLite-Database-yellow)\n![Bootstrap](https://img.shields.io/badge/Bootstrap-5.1-purple)\n\nA comprehensive movie ticket booking system built with **Flask** that allows users to browse movies, book tickets, and manage showtimes. Features separate interfaces for **regular users** and **administrators**.\n\n---\n\n## ✨ Features\n\n### 🎯 User Features\n- **User Registration \u0026 Authentication** – Secure signup and login system  \n- **Movie Browser** – Browse available movies with details and showtimes  \n- **Ticket Booking** – Select seats and book tickets with real-time availability  \n- **Booking History** – View past and upcoming bookings  \n- **User Profile** – Personal dashboard with booking statistics  \n- **Payment Integration** – Simulated payment gateway for ticket purchases  \n\n### ⚡ Admin Features\n- **Admin Dashboard** – Comprehensive system overview with analytics  \n- **Movie Management** – Add, edit, and manage movie listings  \n- **Showtime Management** – Create and manage movie showtimes  \n- **User Management** – View and manage user accounts and permissions  \n- **Booking Management** – Monitor and manage all bookings  \n- **Revenue Tracking** – View booking revenue and statistics  \n\n---\n\n## 🛠️ Technology Stack\n- **Backend:** Python 3.8+, Flask 2.3.0  \n- **Database:** SQLite (SQLAlchemy-like interface)  \n- **Frontend:** HTML5, CSS3, Bootstrap 5.1, JavaScript  \n- **Authentication:** Werkzeug security for password hashing  \n- **Templating:** Jinja2 with template inheritance  \n\n---\n\n## 📦 Installation\n\n### Prerequisites\n- Python 3.8 or higher  \n- `pip` (Python package manager)  \n\n### Setup Instructions\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/EasyBook-Ticket-System.git\n\npython create_db.py\npython add_sample_data.py\npython app.py\n```\n\n### 🗄️ Database Schema\n\n- **users** – User accounts and authentication\n- **movies** – Movie information and details\n- **showtimes** – Movie screening times and theater information\n- **bookings** – Ticket booking records\n- **payments** – Payment transaction records\n\n\n## 👥 User Roles\n\n### Regular User\n- Browse movies and showtimes\n- Book tickets for available shows\n- View personal booking history\n- Manage personal profile\n\n### Administrator\n\n- Full system access and management\n- Add/Edit movies and showtimes\n- Manage user accounts and permissions\n- View system analytics and reports\n- Monitor booking revenue\n# Run the application\npython app.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faslams2020%2Feasybook-ticket-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faslams2020%2Feasybook-ticket-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faslams2020%2Feasybook-ticket-system/lists"}