{"id":24658496,"url":"https://github.com/sadaf2005/urbannest","last_synced_at":"2026-04-10T12:32:59.189Z","repository":{"id":230741099,"uuid":"780053906","full_name":"Sadaf2005/UrbanNest","owner":"Sadaf2005","description":"Implies luxury and a safe, comfortable place to live.Suggests finding a cozy, modern home in the city.","archived":false,"fork":false,"pushed_at":"2025-07-05T06:42:22.000Z","size":4553,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T15:44:28.329Z","etag":null,"topics":["crud-application","expressjs","firebase","google-authentication","jwt","jwt-authentication","mongodb","nodejs","reactjs","redux","render"],"latest_commit_sha":null,"homepage":"https://sadaf-estate-urbannest.onrender.com","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/Sadaf2005.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}},"created_at":"2024-03-31T15:15:12.000Z","updated_at":"2025-07-05T06:42:24.000Z","dependencies_parsed_at":"2025-03-21T05:12:53.229Z","dependency_job_id":"830ed2e1-8ac9-40bd-b40b-b87fe92a845d","html_url":"https://github.com/Sadaf2005/UrbanNest","commit_stats":null,"previous_names":["sadaf2005/mern-restate","sadaf2005/urbannest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sadaf2005/UrbanNest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sadaf2005%2FUrbanNest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sadaf2005%2FUrbanNest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sadaf2005%2FUrbanNest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sadaf2005%2FUrbanNest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sadaf2005","download_url":"https://codeload.github.com/Sadaf2005/UrbanNest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sadaf2005%2FUrbanNest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["crud-application","expressjs","firebase","google-authentication","jwt","jwt-authentication","mongodb","nodejs","reactjs","redux","render"],"created_at":"2025-01-26T01:35:46.886Z","updated_at":"2026-04-10T12:32:59.174Z","avatar_url":"https://github.com/Sadaf2005.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏡 UrbanNest - Real Estate MERN App\n\n**UrbanNest** is a full-stack real estate web application that offers users a seamless experience to **buy, sell, or rent properties**. Built using the **MERN stack**, it incorporates modern UI design, secure authentication using **Google Sign-In** and **JWT**, and full CRUD functionalities for listings.\n\n---\n\n## 🚀 Live Demo\n\n🌐 [Live Site](https://urban-nest-client.vercel.app/)  \n📦 [Frontend Repo](https://github.com/Sadaf2005/UrbanNest)  \n🔗 *Backend is integrated within the same repository.*\n\n---\n\n## ✨ Features\n\n- 🔐 **Authentication \u0026 Authorization**\n  - Google Sign-In (Firebase)\n  - JWT-based token auth for secure access\n- 🏘️ **Listing Management**\n  - Create, Read, Update, Delete (CRUD) properties\n  - Upload images and details of real estate listings\n- 🔍 **Search \u0026 Filter**\n  - Search properties by type (Rent/Sale), name, and location\n- 🖼️ **Image Upload**\n  - Upload and preview images with each listing\n- 🧑‍💼 **User Dashboard**\n  - View your own listings\n  - Edit or delete your property posts\n- ⚡ **Responsive UI**\n  - Fully responsive design for mobile, tablet, and desktop\n- 📄 **Protected Routes**\n  - Route protection using JWT\n  - Role-based access for users and admins\n\n---\n\n## 🛠️ Tech Stack\n\n| Technology     | Description                        |\n|----------------|------------------------------------|\n| **MongoDB**    | NoSQL database for storing listings \u0026 users |\n| **Express.js** | Node.js web framework              |\n| **React.js**   | Frontend library with hooks        |\n| **Node.js**    | Backend runtime                    |\n| **Firebase**   | Google authentication integration  |\n| **JWT**        | Token-based user authentication    |\n| **TailwindCSS**| Utility-first CSS for UI design    |\n| **Vercel**     | Frontend hosting                   |\n| **Render**     | Backend deployment                 |\n\n---\n\n## 📁 Project Structure\n\nUrbanNest/\n├── client/ # React frontend\n│ ├── pages/ # Routing pages (Home, SignIn, Listing, etc.)\n│ └── components/ # Reusable UI components\n├── server/ # Express backend API\n│ ├── routes/ # All route handlers\n│ ├── controllers/ # Business logic\n│ ├── models/ # Mongoose schemas\n│ └── middleware/ # JWT and error handling\n\nyaml\nCopy\nEdit\n\n---\n\n## 🔧 Installation (Local Setup)\n\n### Prerequisites\n- Node.js\n- MongoDB (local or Atlas)\n- Firebase Project (for Google Auth)\n\n### 1. Clone the Repository\n```bash\n- git clone https://github.com/Sadaf2005/UrbanNest.git\n- cd UrbanNest\n\n### 2. Install Dependencies\nBackend:\n```bash\nCopy\nEdit\ncd server\nnpm install\nFrontend:\nbash\nCopy\nEdit\ncd ../client\nnpm install\n### 3. Setup Environment Variables\nBackend (server/.env)\nini\nCopy\nEdit\n- MONGO_URI=your_mongodb_uri\n- JWT_SECRET=your_jwt_secret\n-Frontend (client/.env)\ninit\nCopy\nEdit\n-VITE_FIREBASE_API_KEY=your_firebase_api_key\n-VITE_FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com\n-VITE_FIREBASE_PROJECT_ID=your_project_id\n-VITE_FIREBASE_STORAGE_BUCKET=your_bucket\n-VITE_FIREBASE_MESSAGING_SENDER_ID=your_sender_id\n-VITE_FIREBASE_APP_ID=your_app_id\n### 4. Run the App\nBackend:\nbash\nCopy\nEdit\n- cd server\n-npm start\nFrontend:\nbash\nCopy\nEdit\n-cd ../client\n-npm run dev\n📸 Screenshots\nHomepage\tListing Details\tDashboard\n\n🛡️ Authentication Flow\nGoogle Sign-In via Firebase\n\nJWT issued by backend after initial login\n\nAll protected routes verify JWT token\n\nTokens stored securely in localStorage\n\n📌 Future Enhancements\nPayment gateway integration for property booking\n\nconer this part of document into markdown \n\nAdmin dashboard for analytics and user control\n\nAdd wishlist/favorite functionality\n\nChat between buyer and seller\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadaf2005%2Furbannest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsadaf2005%2Furbannest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadaf2005%2Furbannest/lists"}