{"id":28726221,"url":"https://github.com/future-rafay/foodeez.ch","last_synced_at":"2026-05-02T23:35:01.256Z","repository":{"id":296989611,"uuid":"953627035","full_name":"Future-Rafay/foodeez.ch","owner":"Future-Rafay","description":"🍽️ First tourist-focused food discovery platform for Switzerland, especially with support for specific food preferences.","archived":false,"fork":false,"pushed_at":"2025-09-12T18:39:25.000Z","size":33539,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T23:43:50.540Z","etag":null,"topics":["framer-motion","lucide-react","nextjs14-app-router","nextjs14-typescript","prisma-orm","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://foodeez.ch/","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/Future-Rafay.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-03-23T19:33:15.000Z","updated_at":"2025-09-12T18:39:29.000Z","dependencies_parsed_at":"2025-06-03T19:41:12.564Z","dependency_job_id":"0f400b07-35ac-4957-9817-98be81388b1c","html_url":"https://github.com/Future-Rafay/foodeez.ch","commit_stats":null,"previous_names":["future-rafay/foodeez.ch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Future-Rafay/foodeez.ch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Future-Rafay%2Ffoodeez.ch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Future-Rafay%2Ffoodeez.ch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Future-Rafay%2Ffoodeez.ch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Future-Rafay%2Ffoodeez.ch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Future-Rafay","download_url":"https://codeload.github.com/Future-Rafay/foodeez.ch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Future-Rafay%2Ffoodeez.ch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32553682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T22:28:24.418Z","status":"ssl_error","status_checked_at":"2026-05-02T22:28:14.225Z","response_time":132,"last_error":"SSL_read: 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":["framer-motion","lucide-react","nextjs14-app-router","nextjs14-typescript","prisma-orm","shadcn-ui","tailwindcss"],"created_at":"2025-06-15T12:09:24.432Z","updated_at":"2026-05-02T23:35:01.200Z","avatar_url":"https://github.com/Future-Rafay.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍽️ Foodeez - Modern Food Exploring Platform\n\nFoodeez is a cutting-edge food exploring platform built with Next.js 14, offering a seamless experience for exploring food online. The platform features a modern UI, real-time reviews, and an intuitive user interface.\n\n## ✨ Features\n\n- 🎨 Modern and Responsive UI\n- 🔍 Advanced Search and Filtering\n- 📱 Mobile-First Design\n- 🔐 Secure Authentication\n- 🚀 Fast and Optimized Performance\n\n## 🛠️ Tech Stack\n\n- **Framework:** Next.js 14\n- **Language:** TypeScript\n- **Styling:** Tailwind CSS\n- **UI Components:** Radix UI\n- **Animations:** Framer Motion\n- **Maps Integration:** Google Maps API\n- **Database:** Prisma\n- **Icons:** Lucide React \u0026 React Icons\n- **Date Handling:** date-fns\n- **Utilities:** lodash, clsx, tailwind-merge\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or later\n- npm or yarn\n- Google Maps API key (for location features)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/foodeez.git\ncd foodeez\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Set up environment variables:\nCreate a `.env` file in the root directory and add:\n```env\nNEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key\n```\n\n4. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## 📁 Project Structure\n\n```\nsrc/\n├── app/          # Next.js app directory\n├── components/   # React components\n│   ├── core/     # Core components\n│   ├── home/     # Home page components\n│   ├── layout/   # Layout components\n│   └── ui/       # UI components\n├── features/     # Feature-specific code\n├── lib/          # Utility functions\n├── services/     # API services\n├── shared/       # Shared resources\n└── types/        # TypeScript types\n```\n\n## 🛠️ Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run start` - Start production server\n- `npm run lint` - Run ESLint\n\n## 📝 License\n\nThis is a private project. All rights reserved.\n\n## 🙏 Built With\n\n- [Next.js](https://nextjs.org)\n- [Tailwind CSS](https://tailwindcss.com)\n- [Radix UI](https://www.radix-ui.com)\n- [Framer Motion](https://www.framer.com/motion/)\n- [Prisma](https://www.prisma.io)\n\n![Foodeez Logo](public/Logo/Logo.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuture-rafay%2Ffoodeez.ch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuture-rafay%2Ffoodeez.ch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuture-rafay%2Ffoodeez.ch/lists"}