{"id":26616623,"url":"https://github.com/bernietv/dating-app-with-nextjs","last_synced_at":"2026-04-19T14:34:38.335Z","repository":{"id":274427710,"uuid":"892987953","full_name":"BernieTv/Dating-App-with-NextJS","owner":"BernieTv","description":"Dating app build with NextJS, Prisma and PusherJS 👩‍❤️‍💋‍👨❤️‍🔥🎨🍿","archived":false,"fork":false,"pushed_at":"2025-01-27T14:59:02.000Z","size":485,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T10:32:53.640Z","etag":null,"topics":["cloudinary","nextauth","nextjs","prisma","pusherjs","tailwindcss","zod-validation"],"latest_commit_sha":null,"homepage":"https://match-me-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","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":"2024-11-23T08:24:18.000Z","updated_at":"2025-01-27T14:59:05.000Z","dependencies_parsed_at":"2025-09-11T16:25:07.595Z","dependency_job_id":"1bbe2b66-45dd-4db3-94e4-eaa41c18fdf4","html_url":"https://github.com/BernieTv/Dating-App-with-NextJS","commit_stats":null,"previous_names":["bernietv/dating-app-with-nextjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BernieTv/Dating-App-with-NextJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FDating-App-with-NextJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FDating-App-with-NextJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FDating-App-with-NextJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FDating-App-with-NextJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BernieTv","download_url":"https://codeload.github.com/BernieTv/Dating-App-with-NextJS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BernieTv%2FDating-App-with-NextJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["cloudinary","nextauth","nextjs","prisma","pusherjs","tailwindcss","zod-validation"],"created_at":"2025-03-24T07:39:47.494Z","updated_at":"2026-04-19T14:34:38.295Z","avatar_url":"https://github.com/BernieTv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Match Me App 💕\n\nA full-stack dating application built with Next.js 14, Prisma, NextAuth, Pusher, and Cloudinary. 🌐✨\n\n## Features 🌟\n\n- **Real-Time Messaging** 📨: Leverages Pusher to enable real-time chat functionality.\n- **User Authentication** 🔐: Powered by NextAuth for secure login and registration.\n- **Profile Customization** 🖼️: Users can upload and edit profile images via Cloudinary.\n- **Advanced Form Handling** 📝: Utilizes React Hook Form and Zod for seamless user input validation.\n- **State Management** ⚙️: Managed efficiently with Zustand for a responsive user experience.\n\n## Tools 🛠️\n\n- Next.js 14 🚀\n- Prisma 📊\n- NextAuth (Auth.js) 🔒\n- Pusher 📡\n- Cloudinary ☁️\n- Vercel 🌍\n- PostgreSQL 🐘\n- React Hook Form 🎣\n- Zod Validation ✅\n- Zustand 🧠\n- TypeScript 🖥️\n\n## Prerequisites 📋\n\n- Node.js (v18 or higher) 🟢\n- PostgreSQL database 🐘\n\n## Installation ⚙️\n\n1. Clone the repo: 🖥️\n\n   ```bash\n   git clone https://github.com/BernieTv/Dating-App-with-NextJS.git\n   cd Dating-App-with-NextJS\n   ```\n\n2. Install packages: 📦\n\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables in a `.env` file. 🛠️ Example:\n\n   ```env\n   DATABASE_URL=your_postgresql_connection_string\n   NEXTAUTH_SECRET=your_nextauth_secret\n   PUSHER_APP_ID=your_pusher_app_id\n   PUSHER_KEY=your_pusher_key\n   PUSHER_SECRET=your_pusher_secret\n   PUSHER_CLUSTER=your_pusher_cluster\n   CLOUDINARY_API_SECRET=your_cloudinary_api_secret\n   CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\n   ```\n\n4. Set up Prisma database: 🗂️\n\n   ```bash\n   npx prisma generate\n   npx prisma migrate dev\n   npx prisma db seed\n   ```\n\n5. Run the development server: 🚀\n\n   ```bash\n   npm run dev\n   ```\n\n## Deployment 🌍\n\n1. Deploy to Vercel by linking your repository. 🔗\n2. Add the necessary environment variables in the Vercel dashboard. 🛠️\n3. Build and deploy the application. 🚀\n\n## Contributing 🤝\n\n1. Fork the repository. 🍴\n2. Create a new branch (`git checkout -b feature/YourFeatureName`). 🌿\n3. Commit your changes (`git commit -m 'Add some feature'`). 📝\n4. Push to the branch (`git push origin feature/YourFeatureName`). 📤\n5. Open a pull request. 📨\n\n## License 📜\n\nThis project is licensed under the MIT License. 🪪 See the `LICENSE` file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernietv%2Fdating-app-with-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernietv%2Fdating-app-with-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernietv%2Fdating-app-with-nextjs/lists"}