{"id":26366409,"url":"https://github.com/devzgabriel/deer-ticket","last_synced_at":"2025-08-25T19:11:26.878Z","repository":{"id":280833374,"uuid":"943294131","full_name":"devzgabriel/deer-ticket","owner":"devzgabriel","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-05T16:35:00.000Z","size":523,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T20:16:41.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deer-ticket-web.vercel.app","language":"TypeScript","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/devzgabriel.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-03-05T13:29:44.000Z","updated_at":"2025-03-05T16:35:04.000Z","dependencies_parsed_at":"2025-03-05T15:43:18.614Z","dependency_job_id":null,"html_url":"https://github.com/devzgabriel/deer-ticket","commit_stats":null,"previous_names":["devzgabriel/deer-ticket"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devzgabriel/deer-ticket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzgabriel%2Fdeer-ticket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzgabriel%2Fdeer-ticket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzgabriel%2Fdeer-ticket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzgabriel%2Fdeer-ticket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devzgabriel","download_url":"https://codeload.github.com/devzgabriel/deer-ticket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzgabriel%2Fdeer-ticket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272117672,"owners_count":24876432,"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-25T02:00:12.092Z","response_time":1107,"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":[],"created_at":"2025-03-16T20:16:43.950Z","updated_at":"2025-08-25T19:11:26.798Z","avatar_url":"https://github.com/devzgabriel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e🦌 Deer Ticket\u003c/h1\u003e\n  \u003cp\u003eA modern ticket management system built with NestJS and React Vite in a Turborepo monorepo.\u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"#overview\"\u003eOverview\u003c/a\u003e •\n    \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n    \u003ca href=\"#architecture\"\u003eArchitecture\u003c/a\u003e •\n    \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e •\n    \u003ca href=\"#tech-stack\"\u003eTech Stack\u003c/a\u003e •\n    \u003ca href=\"#api\"\u003eAPI\u003c/a\u003e\n  \u003c/p\u003e\n  \n  \u003cp\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n    \u003cimg alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\"\u003e\n    \u003cimg alt=\"Node\" src=\"https://img.shields.io/badge/node-%3E%3D16.0.0-green.svg\"\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n### 🚧 Disclaimer\n\nI had problems to deploy the backend of application, so I decided to deploy only the frontend with mocks. You can access the application in the link below:\n\n- [Deer Ticket](https://deer-ticket.vercel.app/)\n\n## 🔍 Overview\n\nDeer Ticket is a streamlined platform designed for efficient team ticket management. Create, assign, and track tickets with skill-based routing to ensure tasks reach the right team members.\n\n## ✨ Features\n\n- **🎟️ Ticket Submission** - Create tickets with title, description, and deadline\n- **🎯 Skill-based Assignment** - Automatically route tickets to qualified team members\n- **📊 Status Tracking** - Monitor ticket progress through a clean dashboard\n- **👥 Team Management** - Organize members and their skills for optimal task distribution\n\n## 🏗️ Architecture\n\nDeer Ticket is built as a full-stack monorepo using Turborepo with:\n\n- **Backend**: NestJS REST API with Prisma ORM\n- **Frontend**: React with Vite, TypeScript, and shadcn/ui\n- **Infrastructure**: Turborepo for monorepo management\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 16+\n- yarn (recommended) or npm/yarn\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/devzgabriel/deer-ticket.git\ncd deer-ticket\n\n# Install dependencies\nyarn install\n\n# Configure environment variables\ncp apps/api/.env.example apps/api/.env\n# Edit apps/api/.env with your database settings\n\n# Setup the database\nyarn db:migrate\n```\n\n### Development\n\n```bash\n# Start all services\nyarn dev\n```\n\nAccess the app at:\n\n- Frontend: [http://localhost:5173](http://localhost:5173)\n- API: [http://localhost:3000](http://localhost:3000)\n\n### Database Management\n\n```bash\n# Run database migrations\nyarn db:migrate\n```\n\n### Building for Production\n\n```bash\n# Build all packages\nyarn build\n```\n\n## 💻 Tech Stack\n\n### Backend (NestJS)\n\n- REST API with full CRUD operations\n- Prisma ORM with SQLite database\n- Input validation with class-validator\n- Skill-based ticket assignment logic\n\n### Frontend (React + Vite)\n\n- Modern React with hooks and TypeScript\n- Form handling with react-hook-form\n- UI components with shadcn/ui\n- State management with React Query\n\n## 📋 API Documentation\n\n### Endpoints\n\n#### Tickets\n\n| Method | Endpoint              | Description          |\n| ------ | --------------------- | -------------------- |\n| GET    | `/tickets`            | List all tickets     |\n| GET    | `/tickets/:id`        | Get ticket details   |\n| POST   | `/tickets`            | Create new ticket    |\n| PATCH  | `/tickets/:id`        | Update ticket        |\n| PATCH  | `/tickets/:id/status` | Update ticket status |\n| DELETE | `/tickets/:id`        | Delete ticket        |\n\n#### Team Members\n\n| Method | Endpoint            | Description        |\n| ------ | ------------------- | ------------------ |\n| GET    | `/team-members`     | List all members   |\n| GET    | `/team-members/:id` | Get member details |\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eMade with ❤️ by Gabriel\u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzgabriel%2Fdeer-ticket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevzgabriel%2Fdeer-ticket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzgabriel%2Fdeer-ticket/lists"}