{"id":26665272,"url":"https://github.com/elenikotsiri/prime-properties","last_synced_at":"2026-04-15T05:31:22.204Z","repository":{"id":273865978,"uuid":"920472430","full_name":"EleniKotsiri/prime-properties","owner":"EleniKotsiri","description":"Property listings website using Next.js","archived":false,"fork":false,"pushed_at":"2025-07-02T14:30:36.000Z","size":5176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T02:33:59.081Z","etag":null,"topics":["cloudinary","javascript","maptiler","mongodb","next-auth","nextjs","reactjs","tailwindcss","vercel","webapp"],"latest_commit_sha":null,"homepage":"https://prime-properties-beryl.vercel.app","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/EleniKotsiri.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-01-22T08:02:19.000Z","updated_at":"2025-06-29T17:22:48.000Z","dependencies_parsed_at":"2025-03-25T17:41:09.439Z","dependency_job_id":"43655d7c-9f52-4a1a-bdb3-f2ac53dec096","html_url":"https://github.com/EleniKotsiri/prime-properties","commit_stats":null,"previous_names":["elenikotsiri/prime-properties"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EleniKotsiri/prime-properties","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EleniKotsiri%2Fprime-properties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EleniKotsiri%2Fprime-properties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EleniKotsiri%2Fprime-properties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EleniKotsiri%2Fprime-properties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EleniKotsiri","download_url":"https://codeload.github.com/EleniKotsiri/prime-properties/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EleniKotsiri%2Fprime-properties/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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","javascript","maptiler","mongodb","next-auth","nextjs","reactjs","tailwindcss","vercel","webapp"],"created_at":"2025-03-25T17:36:26.479Z","updated_at":"2026-04-15T05:31:22.185Z","avatar_url":"https://github.com/EleniKotsiri.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏡 Prime Properties\nThis is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nA modern property listing platform built with Next.js, MongoDB, and Tailwind CSS. Users can browse, list, and inquire about properties seamlessly.\n\n## Live Demo  \n[🔗 View the site on Vercel](https://prime-properties-beryl.vercel.app/)\n\n## Tech Stack\n- **Frontend:** Next.js, React, Tailwind CSS  \n- **Backend:** Next.js Server Actions, MongoDB  \n- **Authentication:** NextAuth.js (Google OAuth)  \n- **Image Hosting:** Cloudinary  \n- **Maps Integration:** MapTiler  \n- **Deployment:** Vercel\n\n## Installation \u0026 Setup\n\n1. Clone the repository:\n ```sh\n git clone https://github.com/EleniKotsiri/prime-properties.git\n cd prime-properties\n ```\n \n2. Install dependencies:\n ```sh\n npm install\n ```\n\n3. Set up environment variables:\n Create a `.env` file and add the necessary API keys and credentials:\n ```sh\n  # Database\n  MONGODB_URI=your-mongodb-connection-string\n  \n  # App Domains\n  NEXT_PUBLIC_DOMAIN=your-public-domain\n  NEXT_PUBLIC_API_DOMAIN=your-api-domain\n  \n  # Google OAuth Setup\n  GOOGLE_CLIENT_ID=your-google-client-id\n  GOOGLE_CLIENT_SECRET=your-google-client-secret\n  \n  # NextAuth Configuration\n  NEXTAUTH_URL=http://localhost:3000\n  NEXTAUTH_URL_INTERNAL=http://localhost:3000\n  NEXTAUTH_SECRET=your-nextauth-secret\n  \n  # Cloudinary (Image Upload)\n  CLOUDINARY_CLOUD_NAME=your-cloudinary-cloud-name\n  CLOUDINARY_API_KEY=your-cloudinary-api-key\n  CLOUDINARY_API_SECRET=your-cloudinary-api-secret\n  \n  # MapTiler (Maps Integration)\n  NEXT_PUBLIC_MAPTILER_API_KEY=your-maptiler-api-key\n ```\n\n 4. Run the development server:\n```sh\nnpm run dev\n```\n\nThe app will be available at http://localhost:3000.\n\n## Features\n- List and browse properties\n- Contact property owners directly\n- User authentication via Google OAuth (NextAuth.js)\n- Upload and manage images using Cloudinary\n- Map integration with MapTiler\n- Messaging system for inquiries\n- Responsive and mobile-friendly design\n\n## Deployment\nThe app is deployed on Vercel. To deploy your own version:\n1. Push your code to a GitHub repository.\n2. Connect the repository to Vercel.\n3. Set environment variables in Vercel.\n4. Deploy\n\n\n📌 Contributing\nContributions are welcome! Feel free to fork the repo, open an issue, or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felenikotsiri%2Fprime-properties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felenikotsiri%2Fprime-properties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felenikotsiri%2Fprime-properties/lists"}