{"id":21315177,"url":"https://github.com/ayusshrathore/issue-tracker","last_synced_at":"2026-04-10T01:58:46.048Z","repository":{"id":202874770,"uuid":"705156430","full_name":"ayusshrathore/issue-tracker","owner":"ayusshrathore","description":"A simple issue tracker made using Next.js, Tailwind, Prisma \u0026 TypeScript.","archived":false,"fork":false,"pushed_at":"2023-10-22T08:16:12.000Z","size":232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T21:29:47.773Z","etag":null,"topics":["next-auth","nextjs","postgresql","prisma","radix-ui","react-query","tailwindcss","tanstack-react-query","typescript","zod"],"latest_commit_sha":null,"homepage":"","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/ayusshrathore.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}},"created_at":"2023-10-15T07:38:26.000Z","updated_at":"2023-12-06T16:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4abc904-fc52-4fac-8a37-6cc63314ddbe","html_url":"https://github.com/ayusshrathore/issue-tracker","commit_stats":null,"previous_names":["ayusshrathore/issue-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayusshrathore/issue-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayusshrathore%2Fissue-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayusshrathore%2Fissue-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayusshrathore%2Fissue-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayusshrathore%2Fissue-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayusshrathore","download_url":"https://codeload.github.com/ayusshrathore/issue-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayusshrathore%2Fissue-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014105,"owners_count":26085459,"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-10-13T02:00:06.723Z","response_time":61,"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":["next-auth","nextjs","postgresql","prisma","radix-ui","react-query","tailwindcss","tanstack-react-query","typescript","zod"],"created_at":"2024-11-21T18:18:21.939Z","updated_at":"2025-10-13T07:07:28.276Z","avatar_url":"https://github.com/ayusshrathore.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Issue Tracker\n\nThis is a simple issue tracker web application built using Next.js, Prisma, Tailwind CSS, and React Query. It allows you to create, update, and delete issues, assign issues to users, and view a summary of all issues.\n\n## Features\n\n- **User Authentication:** The application supports user authentication and authorization. Users can create accounts and log in to manage issues.\n\n- **Create Issues:** Users can create new issues with a title, description, and assign them to other users.\n\n- **Update Issues:** You can update the status, title, and description of existing issues.\n\n- **Delete Issues:** Users can delete issues they no longer need.\n\n- **Assign Issues:** Assign issues to specific users, which helps in task management and responsibility tracking.\n\n- **Issue Summary:** There's a summary view that provides an overview of all issues, including their current status and assigned users.\n\n## Screenshots\n\u003cimg width=\"1470\" alt=\"Screenshot 2023-10-22 at 1 34 59 PM\" src=\"https://github.com/ayusshrathore/issue-tracker/assets/61450246/58655202-2ece-4927-9274-8263e7a284e6\"\u003e\n\u003cimg width=\"1470\" alt=\"Screenshot 2023-10-22 at 1 35 07 PM\" src=\"https://github.com/ayusshrathore/issue-tracker/assets/61450246/5d842db5-5943-4c2a-adb4-896d230e0cf0\"\u003e\n\u003cimg width=\"1470\" alt=\"Screenshot 2023-10-22 at 1 35 31 PM\" src=\"https://github.com/ayusshrathore/issue-tracker/assets/61450246/c7dfa3cc-2255-42a1-a842-010f04af41d4\"\u003e\n\u003cimg width=\"1470\" alt=\"Screenshot 2023-10-22 at 1 35 43 PM\" src=\"https://github.com/ayusshrathore/issue-tracker/assets/61450246/3b4002ab-a3db-449e-ab9e-5d8fe199a731\"\u003e\n\n\n\n## Getting Started\n\nTo get started with this issue tracker, follow these steps:\n\n1. Clone the repository to your local machine:\n\n   ```\n   git clone https://github.com/ayusshrathore/issue-tracker.git\n   cd issue-tracker\n   ```\n\n2. Install dependencies:\n\n   ```\n   npm install\n   ```\n\n3. Configure the database:\n\n   - Create a `.env` file in the root directory with your database connection URL. For example:\n\n     ```\n     DATABASE_URL=\"\"\n     NEXTAUTH_URL=\"\"\n     NEXTAUTH_SECRET=\"\"\n     GOOGLE_CLIENT_ID=\"\"\n     GOOGLE_CLIENT_SECRET=\"\"\n     ```\n\n   - Run database migrations to create the necessary tables:\n\n     ```\n     npx prisma migrate dev\n     ```\n\n4. Start the development server:\n\n   ```\n   npm run dev\n   ```\n\n5. Visit `http://localhost:3000` in your web browser to use the issue tracker.\n\n## Tech Stack\n\n- **Next.js:** A React framework for building web applications.\n- **Prisma:** A modern database toolkit for Node.js and TypeScript.\n- **Tailwind CSS:** A utility-first CSS framework for rapid UI development.\n- **React Query:** A data-fetching and state management library for React applications.\n\n## Folder Structure\n\n- `/app`: Next.js app components.\n- `/app/components`: Reusable React components.\n- `/app/api`: API routes for the application.\n- `/app/hooks`: Custom React hooks to fetch data using React Query.\n- `/prisma`: Database schema and migrations.\n\n## Contributing\n\nWe welcome contributions from the community. If you'd like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Create a pull request explaining the changes you've made.\n\n## Authors\n\n- [Ayush Rathore](https://github.com/ayusshrathore)\n\n## Acknowledgments\n\n- This project was inspired by the need for a simple issue tracking system.\n\nFeel free to reach out if you have any questions or encounter any issues while using this application. Enjoy tracking your issues!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayusshrathore%2Fissue-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayusshrathore%2Fissue-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayusshrathore%2Fissue-tracker/lists"}