{"id":25403096,"url":"https://github.com/ibibalami/ticketing-app","last_synced_at":"2026-04-08T21:31:14.809Z","repository":{"id":277347558,"uuid":"932080472","full_name":"ibibalami/ticketing-app","owner":"ibibalami","description":"The Ticketing App is a web-based application designed to streamline the process of managing and tracking tickets within an organization. This app is built using the Django framework and leverages various modern web technologies to provide a user-friendly and efficient ticketing system.","archived":false,"fork":false,"pushed_at":"2025-06-09T14:37:26.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T15:37:52.047Z","etag":null,"topics":["bootstrap","chartjs","django","github","html-css","javascript","jquery","smtp","sqlite"],"latest_commit_sha":null,"homepage":"","language":null,"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/ibibalami.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}},"created_at":"2025-02-13T10:31:36.000Z","updated_at":"2025-02-13T11:44:43.000Z","dependencies_parsed_at":"2025-02-13T13:42:18.962Z","dependency_job_id":"b1db9a40-4980-46b6-9539-1f74944a6a3a","html_url":"https://github.com/ibibalami/ticketing-app","commit_stats":null,"previous_names":["ibibalami/ticketing-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibibalami/ticketing-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Fticketing-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Fticketing-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Fticketing-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Fticketing-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibibalami","download_url":"https://codeload.github.com/ibibalami/ticketing-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibibalami%2Fticketing-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["bootstrap","chartjs","django","github","html-css","javascript","jquery","smtp","sqlite"],"created_at":"2025-02-16T02:27:53.942Z","updated_at":"2026-04-08T21:31:14.790Z","avatar_url":"https://github.com/ibibalami.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎟️ Ticketing App\n\nThe **Ticketing App** is a **Django-based web application** designed to **streamline ticket management** within an organization. It enables efficient tracking, handling, and resolution of tickets, ensuring smooth workflow and communication.\n\n---\n\n## ✨ Features\n\n✔️ **User-Friendly Interface** 🎨 – Clean and intuitive UI for seamless navigation.\n\n✔️ **Ticket Creation** 📝 – Easily create new tickets using a simple form.\n\n✔️ **Ticket Management** 🔧 – Admins can view, filter, and manage ticket lifecycles.\n\n✔️ **Real-Time Notifications** 🔔 – Stay updated with new ticket alerts.\n\n✔️ **Email Notifications** 📧 – Automatic email updates for ticket status changes.\n\n✔️ **Responsive Design** 📱 – Works smoothly across various devices.\n\n✔️ **Ticket Printing** 🖨️ – Tickets can be printed for offline reference.\n\n✔️ **Status Tracking** ✅ – Each ticket shows whether it is treated, pending, or resolved.\n\n\n---\n\n## 🛠️ Technologies Used\n\n- **🐍 Django** – A high-level Python framework for web development.\n- **🗄️ SQLite** – Lightweight database for development and testing.\n- **🎨 HTML/CSS** – Provides structure and styling for the frontend.\n- **🖥️ JavaScript/jQuery** – Enhances frontend interactivity.\n- **📱 Bootstrap** – Ensures a mobile-friendly design.\n- **📨 SMTP** – Sends email notifications.\n- **🔗 Git \u0026 GitHub** – Version control and repository management.\n\n---\n## 📂 File Structure\n\n```db.sqlite3\nmanage.py\nticketing_project/\n    __init__.py\n    asgi.py\n    settings.py\n    urls.py\n    wsgi.py\ntickets/\n    __init__.py\n    admin.py\n    apps.py\n    forms.py\n    migrations/\n        __init__.py\n        0001_initial.py\n        0002_ticket_status.py\n        0003_alter_ticket_status_notification.py\n    models.py\n    static/\n        tickets/\n    templates/\n        tickets/\n            base.html\n            home.html\n            notification_center.html\n            temp.html\n            ticket_form.html\n            ticket_list.html\n            ticket_success.html\n    tests.py\n    utils.py\n    views.py\nworkers.json\n```\n---\n\n## 🚀 How to Run\n\n1. **Clone the repository**\n   ```sh\n   git clone https://github.com/yourusername/ticketing-app.git\n   cd ticketing-app\n   ```\n2. **Install dependencies**\n   ```sh\n   pip install -r requirements.txt\n   ```\n3. **Apply migrations**\n   ```sh\n   python manage.py migrate\n   ```\n4. **Run the server**\n   ```sh\n   python manage.py runserver\n   ```\n5. **Access the app** in your browser at `http://127.0.0.1:8000/`.\n---\n\n## 📌 Internal Use Only\n\n🚨 **This repository is private and intended for work-related purposes only.** Do not share, clone, or distribute the code externally.\n\n---\n\n## 📜 License\n\nThis project is for internal use only and is not licensed for public distribution.\n\n---\n\n🔐 **Access Restricted: Authorized Users Only**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibibalami%2Fticketing-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibibalami%2Fticketing-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibibalami%2Fticketing-app/lists"}