{"id":18144786,"url":"https://github.com/bernietv/feedback-app","last_synced_at":"2026-02-09T00:35:36.807Z","repository":{"id":260658191,"uuid":"881972102","full_name":"BernieTv/Feedback-App","owner":"BernieTv","description":"Engage with your audience to get feedback 🐟✨ 📊 🌍","archived":false,"fork":false,"pushed_at":"2025-01-27T14:57:17.000Z","size":230,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T02:22:59.703Z","etag":null,"topics":["kinde-auth","nextjs","nextjs-server-actions","react","responsive","supabase"],"latest_commit_sha":null,"homepage":"https://feedback-app-inky-eta.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BernieTv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-11-01T15:54:31.000Z","updated_at":"2025-01-27T14:57:21.000Z","dependencies_parsed_at":"2024-11-01T17:30:00.093Z","dependency_job_id":null,"html_url":"https://github.com/BernieTv/Feedback-App","commit_stats":null,"previous_names":["bernietv/feedback-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FFeedback-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FFeedback-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FFeedback-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FFeedback-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BernieTv","download_url":"https://codeload.github.com/BernieTv/Feedback-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543784,"owners_count":20955894,"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","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":["kinde-auth","nextjs","nextjs-server-actions","react","responsive","supabase"],"created_at":"2024-11-01T20:06:08.550Z","updated_at":"2026-02-09T00:35:36.710Z","avatar_url":"https://github.com/BernieTv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dory Clone 🐟✨\n\nWelcome to the **Dory Clone** project! 🎉 This repository replicates key functionalities of Dory 🐠, providing a modern 🖥️, responsive 📱, and feature-rich ✨ application.\n\n## ✨ Key Features 🌟\n\n- 🔒 **Authentication**: Seamlessly integrated with [Kinde](https://kinde.com) for secure 🔐 user authentication.\n- 👥 **User Roles**: Manage user roles 🧑‍💼👩‍💼 for customized access and permissions.\n- 📈 **Database**: Powered by [Supabase](https://supabase.com) for a reliable 📊 and scalable backend.\n- 🌱 **Database Seeding**: Preload your database 🌾 with essential data 📂 for rapid development 🚀.\n- 🛠️ **ORM**: Utilizes [Prisma](https://www.prisma.io) for intuitive 🧩 and efficient 🛡️ database management.\n- 🎨 **Modern \u0026 Responsive Design**: Built with [ShadCN](https://shadcn.dev) for a clean 🧼 and adaptive 🎭 user interface.\n- 🔄 **Server Actions**: Leverages [next-safe-action](https://github.com/nextauthjs/next-safe-action) for secure 🔐 server-side operations.\n- 📝 **Forms**: Easily handle forms 🖊️ using [react-hook-form](https://react-hook-form.com).\n- ✔️ **Data Validation**: Ensures data integrity 🛡️ with [zod](https://zod.dev).\n- ⚡ **Realtime Updates**: Stay in sync 🔄 with [Supabase Realtime](https://supabase.com/docs/guides/realtime).\n- 🔔 **Notification System**: Keep users informed 🔊 with instant 📩 notifications.\n- 👍 **Upvoting System**: Implement upvoting 👍🏻 for user-generated content 📝.\n- 🚀 **Optimistic Updates**: Enhance user experience 😊 with faster ⚡ feedback.\n- 🔃 **Infinite Scrolling**: Load data seamlessly ♾️ with infinite scrolling functionality.\n\n## 🚀 Getting Started 🏁\n\nFollow these steps to set up and run the project locally 🛠️:\n\n1. **Clone the Repository** 🗂️\n   ```bash\n   git clone https://github.com/BernieTv/Feedback-App.git\n   cd Feedback-App\n   ```\n\n2. **Install Dependencies** 📦\n   ```bash\n   yarn install\n   ```\n\n3. **Set Up Environment Variables** 🔧\n   Create a `.env` file in the root directory 🏡 and configure the required variables:\n   ```env\n   NEXT_PUBLIC_BASE_URL=your_base_url\n   KINDE_POST_LOGIN_REDIRECT_URL=your_post_login_redirect_url\n   KINDE_POST_LOGOUT_REDIRECT_URL=your_post_logout_redirect_url\n   KINDE_SITE_URL=your_kinde_site_url\n   KINDE_ISSUER_URL=your_kinde_issuer_url\n   KINDE_CLIENT_SECRET=your_kinde_client_secret\n   KINDE_CLIENT_ID=your_kinde_client_id\n   DATABASE_URL=your_database_url\n   DIRECT_URL=your_direct_url\n   ```\n\n4. **Run Database Migrations and Seeding** 🌱\n   ```bash\n   npx prisma migrate dev\n   npx prisma db seed\n   ```\n\n5. **Start the Development Server** 🌐\n   ```bash\n   yarn run dev\n   ```\n\n6. **Access the Application** 🔗\n   Open [http://localhost:3000](http://localhost:3000) in your browser 🌍.\n\n## 🤝 Contributions 🙌\n\nContributions are welcome! 🎁 Please feel free to submit issues 🐛 or pull requests 🔧 to improve this project.\n\n## 📄 License 📝\n\nThis project is licensed under the MIT License 📜. See the [LICENSE](./LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernietv%2Ffeedback-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernietv%2Ffeedback-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernietv%2Ffeedback-app/lists"}