{"id":32789413,"url":"https://github.com/mohammadshehadeh/itunes-explorer","last_synced_at":"2026-05-14T21:02:12.662Z","repository":{"id":321837418,"uuid":"1086532421","full_name":"MohammadShehadeh/itunes-explorer","owner":"MohammadShehadeh","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-31T20:51:17.000Z","size":1226,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-31T21:17:45.704Z","etag":null,"topics":["drizzle","itunes","nextjs16","pnpm","postgresql","shadcn-ui","tailwind4","trpc"],"latest_commit_sha":null,"homepage":"https://itunes-explorer.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/MohammadShehadeh.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-30T14:47:27.000Z","updated_at":"2025-10-31T20:51:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MohammadShehadeh/itunes-explorer","commit_stats":null,"previous_names":["mohammadshehadeh/itunes-explorer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/MohammadShehadeh/itunes-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fitunes-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fitunes-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fitunes-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fitunes-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohammadShehadeh","download_url":"https://codeload.github.com/MohammadShehadeh/itunes-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fitunes-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["drizzle","itunes","nextjs16","pnpm","postgresql","shadcn-ui","tailwind4","trpc"],"created_at":"2025-11-05T10:01:32.507Z","updated_at":"2026-05-14T21:02:12.636Z","avatar_url":"https://github.com/MohammadShehadeh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iTunes Explorer\n\nA Next.js application for exploring iTunes content, built with modern web technologies.\n\n![iTunes Explorer Screenshot](./public/website.png)\n\n## Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org) 16.0.1\n- **React**: 19.2.0\n- **TypeScript**: ^5\n- **Database**: Drizzle ORM 0.44.7 with PostgreSQL\n- **API Layer**: tRPC 11.7.1\n- **Styling**: Tailwind CSS 4\n- **UI Components**: Radix UI, shadcn/ui\n- **State Management**: TanStack Query 5.90.5\n- **Forms**: React Hook Form 7.65.0 with Zod 4.1.12\n- **Linting/Formatting**: Biome 2.2.0\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 22+\n- pnpm (recommended) or npm/yarn/bun\n\n### Installation\n\n```bash\npnpm install\n```\n\n### Development\n\nRun the development server:\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Database Commands\n\n```bash\n# Push database schema changes\npnpm db:push\n\n# Generate database migrations\npnpm db:generate\n\n# Run migrations\npnpm db:migrate\n\n# Open Drizzle Studio (database GUI)\npnpm db:studio\n\n# Drop database (use with caution)\npnpm db:drop\n```\n\n### Scripts\n\n- `pnpm dev` - Start development server\n- `pnpm build` - Build for production\n- `pnpm start` - Start production server\n- `pnpm lint` - Run Biome linter\n- `pnpm format` - Format code with Biome\n\n## Project Structure\n\n- `/src/app` - Next.js App Router pages and components\n- `/src/components` - Reusable UI components\n- `/src/server` - tRPC server and router definitions\n- `/src/db` - Database schema and migrations\n- `/src/trpc` - tRPC client configuration\n- `/src/types` - TypeScript type definitions\n\n## Learn More\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [tRPC Documentation](https://trpc.io)\n- [Drizzle ORM Documentation](https://orm.drizzle.team)\n- [TanStack Query Documentation](https://tanstack.com/query)\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadshehadeh%2Fitunes-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadshehadeh%2Fitunes-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadshehadeh%2Fitunes-explorer/lists"}