{"id":30663297,"url":"https://github.com/claudiu28/ticketing-app-csharp","last_synced_at":"2026-04-28T21:34:16.260Z","repository":{"id":311426485,"uuid":"1043656627","full_name":"claudiu28/Ticketing-App-Csharp","owner":"claudiu28","description":"C# desktop ticketing system with secure authentication, real-time updates via gRPC, customer search, and Next.js admin match management.","archived":false,"fork":false,"pushed_at":"2025-08-24T11:07:37.000Z","size":489,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-24T17:04:00.553Z","etag":null,"topics":["bcrypt","csharp","efcore","grpc","jwt","nextjs","swagger","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","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/claudiu28.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-08-24T10:44:08.000Z","updated_at":"2025-08-24T11:15:15.000Z","dependencies_parsed_at":"2025-08-24T17:04:05.258Z","dependency_job_id":"25e58089-a4ff-4bf7-bbb9-b7c33566c1fa","html_url":"https://github.com/claudiu28/Ticketing-App-Csharp","commit_stats":null,"previous_names":["claudiu28/ticketing-app-csharp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/claudiu28/Ticketing-App-Csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudiu28%2FTicketing-App-Csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudiu28%2FTicketing-App-Csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudiu28%2FTicketing-App-Csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudiu28%2FTicketing-App-Csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudiu28","download_url":"https://codeload.github.com/claudiu28/Ticketing-App-Csharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudiu28%2FTicketing-App-Csharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273010994,"owners_count":25030369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bcrypt","csharp","efcore","grpc","jwt","nextjs","swagger","winforms"],"created_at":"2025-08-31T17:04:47.881Z","updated_at":"2026-04-28T21:34:16.218Z","avatar_url":"https://github.com/claudiu28.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏀 Ticketing System - C#\n\nA desktop system for managing tickets to a basketball tournament.  The application provides secure authentication, ticket sales, search, and logout.  Connected clients receive live updates about seat availability.  \nMatch administration (CRUD) is handled through a separate Next.js web module.\n\n---\n\n## ✨ Main Features\n\n### 🔑 Login\n- Cashier authenticates with username \u0026 password (passwords stored using **BCrypt**).\n- On success, the desktop application opens, showing the list of matches.\n\n### 🎟️ Ticket Sales\n- Sell tickets by entering **customer name**, **address**, and **number of seats**.\n- All active clients instantly see updated seat availability (**Observer pattern with gRPC streaming**).\n- Sold-out matches are marked in red.\n\n### 🔍 Search\n- Search tickets by **name** and/or **address**.\n- If multiple customers share the same name → all tickets are displayed.\n- Results include: customer, address, match, and seats.\n\n### 🚪 Logout\n- Session invalidation.\n- Clean disconnection from the server.\n\n### ⚙️ Match Management (Next.js)\n- Web module for **CRUD operations** on matches: teams, stage (semifinal, final), price, capacity, date/time.\n- Login with JWT token emitted\n\n---\n\n## 🧰 Tech Stack\n\n- 💻 **Frontend Desktop:** C# **Windows Forms**  \n- 🔙 **Backend:** gRPC + EF Core + SQLite  \n- 🔐 **Auth:** JWT + BCrypt.Net  \n- ⚡ **Async \u0026 Live Updates:** Task-based async + gRPC streaming (Observer/Proxy pattern)  \n- 🌐 **Admin UI:** Next.js (pnpm) for match management  \n- 🗄️ **ORM/DB:** EF Core, SQLite\n- 📖 **API Documentation:** Swagger (OpenAPI)  \n\n---\n\n## 🖼️ Screenshots\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"SS/SS1.png\" width=\"100%\"/\u003e\u003cbr/\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"SS/SS2.png\" width=\"100%\"/\u003e\u003cbr/\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr align=\"center\"\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"SS/SS4.png\" width=\"100%\"/\u003e\u003cbr/\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"SS/SS5.png\" width=\"100%\"/\u003e\u003cbr/\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"SS/SS7.png\" width=\"100%\"/\u003e\u003cbr/\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"SS/SS8.png\" width=\"100%\"/\u003e\u003cbr/\u003e\n    \u003c/td\u003e\n  \n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"SS/SS3.png\" width=\"100%\"/\u003e\u003cbr/\u003e\n    \u003c/td\u003e\n     \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"SS/SS9.png\" width=\"100%\"/\u003e\u003cbr/\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudiu28%2Fticketing-app-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudiu28%2Fticketing-app-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudiu28%2Fticketing-app-csharp/lists"}