{"id":20962878,"url":"https://github.com/sothulthorn/property-pulse","last_synced_at":"2026-04-03T23:35:39.794Z","repository":{"id":231824949,"uuid":"782801242","full_name":"sothulthorn/property-pulse","owner":"sothulthorn","description":"Property Pulse is a comprehensive web application meticulously crafted to revolutionize property management and streamline property search processes.","archived":false,"fork":false,"pushed_at":"2024-04-11T12:00:07.000Z","size":13845,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T01:23:15.058Z","etag":null,"topics":["cloudinary","mongodb","mongoose","nextauth","nextjs14","photoswipe","react-icons","react-share","react-spinner","react-toastify","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/sothulthorn.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}},"created_at":"2024-04-06T04:30:17.000Z","updated_at":"2024-08-30T19:27:15.000Z","dependencies_parsed_at":"2024-11-19T06:54:20.502Z","dependency_job_id":null,"html_url":"https://github.com/sothulthorn/property-pulse","commit_stats":null,"previous_names":["sothulthorn/property-pulse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fproperty-pulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fproperty-pulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fproperty-pulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fproperty-pulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sothulthorn","download_url":"https://codeload.github.com/sothulthorn/property-pulse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243359463,"owners_count":20278206,"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":["cloudinary","mongodb","mongoose","nextauth","nextjs14","photoswipe","react-icons","react-share","react-spinner","react-toastify","reactjs","tailwindcss"],"created_at":"2024-11-19T02:38:52.518Z","updated_at":"2025-12-29T00:06:53.795Z","avatar_url":"https://github.com/sothulthorn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Property Pulse\n\n![](/assets/screenshots/home.png)\n\nProperty Pulse is a comprehensive web application meticulously crafted to revolutionize property management and streamline property search processes. It offers an intuitive and user-friendly platform tailored to meet the diverse needs of property owners, real estate agents, and prospective buyers alike.\n\n## Features\n\n- [x] User authentication with Google \u0026 Next Auth\n- [x] User authorization\n- [x] Route protection\n- [x] User profile with user listings\n- [x] Property Listing CRUD\n- [x] Property image upload (multiple)\n- [x] Property Search\n- [x] Internal messages with 'unread' notification\n- [x] Photoswipe image gallery\n- [x] Toast notification\n- [x] Property bookmarking / saved properties\n- [x] Property sharing to social media\n- [x] Loading spinner\n- [x] Responsive design (Tailwind CSS)\n- [x] Custom 404 page\n\n## Technologies Used\n\n## Technologies Used\n\n- **Next.js**: Next.js is a React framework for building server-side rendered and statically generated web applications.\n- **Tailwind CSS**: Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces.\n- **MongoDB**: MongoDB is a general-purpose, document-based, distributed database built for modern application developers and for the cloud era.\n- **Mongoose**: Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.\n- **NextAuth.js**: NextAuth.js is a complete authentication solution for Next.js applications, providing robust authentication features with various providers.\n- **React Icon**: React Icon is a library providing a collection of customizable SVG icons for use in React applications, enhancing the visual appeal and user experience.\n- **Photoswipe**: Photoswipe is a JavaScript image gallery library for mobile and desktop, offering a smooth and intuitive experience for viewing images in a lightbox format.\n- **Cloudinary**: Cloudinary is a cloud-based image and video management service offering powerful features such as image optimization, manipulation, and storage.\n- **React Spinners**: React Spinners is a library providing customizable loading spinners for React applications, improving user experience during data fetching or processing.\n- **React Toastify**: React Toastify is a notification library for React applications, offering customizable toast notifications to provide users with feedback and alerts.\n- **React Share**: React Share is a library for easily adding social media sharing functionality to React applications, enabling users to share content across various platforms seamlessly.\n\n\u003c/details\u003e\n\n## Getting Started\n\nFollow these steps to set up the project locally on your machine:\n\n### Prerequisites\n\nMake sure you have the following software installed on your system:\n\n- [Node.js](https://nodejs.org/)\n- [NPM](https://docs.npmjs.com/getting-started)\n- [Git](https://git-scm.com/downloads)\n\n### Installation\n\n1. Clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/sothulthorn/property-pulse.git\n```\n\n2. Create a `.env` file:\n\n```bash\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY={YOUR_NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY}\nCLERK_SECRET_KEY={YOUR_CLERK_SECRET_KEY}\n\nNEXT_PUBLIC_DOMAIN={YOUR_NEXT_PUBLIC_DOMAIN}\nNEXT_PUBLIC_API_DOMAIN={YOUR_NEXT_PUBLIC_API_DOMAIN}\n\nMONGODB_URI={YOUR_MONGODB_URI}\n\nGOOGLE_CLIENT_ID={YOUR_GOOGLE_CLIENT_ID}\nGOOGLE_CLIENT_SECRET={YOUR_GOOGLE_CLIENT_SECRET}\n\nNEXTAUTH_URL={YOUR_NEXTAUTH_URL}\nNEXTAUTH_URL_INTERNAL={YOUR_NEXTAUTH_URL_INTERNAL}\nNEXTAUTH_SECRET={YOUR_NEXTAUTH_SECRET}\n\nCLOUDINARY_CLOUD_NAME={YOUR_CLOUDINARY_CLOUD_NAME}\nCLOUDINARY_API_KEY={YOUR_CLOUDINARY_API_KEY}\nCLOUDINARY_API_SECRET={YOUR_CLOUDINARY_API_SECRET}\n```\n\n4. Install dependencies:\n\n```bash\nnpm install\n```\n\n5. Start the development server:\n\n```bash\nnpm run dev\n```\n\n### Usage\n\nVisit `http://localhost:3000/` in your browser to access the full application.\n\n## Project Preview\n\n### Home\n\n![](/assets/screenshots/home.png)\n\n### Properties\n\n![](/assets/screenshots/property.png)\n\n### Property Details\n\n![](/assets/screenshots/property-details.png)\n\n### Add Property\n\n![](/assets/screenshots/add-property.png)\n\n### Message\n\n![](/assets/screenshots/message.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsothulthorn%2Fproperty-pulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsothulthorn%2Fproperty-pulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsothulthorn%2Fproperty-pulse/lists"}