{"id":25593953,"url":"https://github.com/ricky-saha/propertyplus","last_synced_at":"2026-05-02T18:36:57.135Z","repository":{"id":277310859,"uuid":"932013137","full_name":"Ricky-saha/PropertyPlus","owner":"Ricky-saha","description":"A modern real estate platform built with MERN stack that connects property buyers with owners directly. Features real-time chat and seamless property management.","archived":false,"fork":false,"pushed_at":"2025-02-20T19:51:38.000Z","size":657,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T20:33:32.864Z","etag":null,"topics":["node-js","prisma-orm","reactjs","socket-io"],"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/Ricky-saha.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":"2025-02-13T08:15:14.000Z","updated_at":"2025-02-20T19:55:35.000Z","dependencies_parsed_at":"2025-02-13T09:38:53.044Z","dependency_job_id":null,"html_url":"https://github.com/Ricky-saha/PropertyPlus","commit_stats":null,"previous_names":["ricky-saha/propertyplus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricky-saha%2FPropertyPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricky-saha%2FPropertyPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricky-saha%2FPropertyPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricky-saha%2FPropertyPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ricky-saha","download_url":"https://codeload.github.com/Ricky-saha/PropertyPlus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239994846,"owners_count":19730918,"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":["node-js","prisma-orm","reactjs","socket-io"],"created_at":"2025-02-21T10:22:31.509Z","updated_at":"2026-04-12T17:30:19.321Z","avatar_url":"https://github.com/Ricky-saha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PropertyPlus - Real Estate Platform\n## Project Description\nA modern real estate platform built with MERN stack that connects property buyers with owners directly. Features real-time chat and seamless property management.\n\n## Features\n\n- User Authentication \u0026 Authorization\n- Property Listing Management\n- Real-time Chat using Socket.io\n- State Management with Zustand\n- Database Management with Prisma ORM\n- Image Upload \u0026 Management\n- Responsive Design\n\n## Tech Stack\n\n### Frontend\n- React.js\n- JavaScript\n- SCSS\n- Zustand (State Management)\n- Socket.io-client\n- Axios\n- React Router DOM\n\n### Backend\n- Node.js\n- Express.js\n- MongoDB\n- Prisma (ORM)\n- Socket.io\n- JWT Authentication\n- cloudinary \n\n## Screenshots\n\n### Homepage\n![HomePage](https://github.com/user-attachments/assets/817221c0-0b9f-4e70-a13a-ef6207972d48)\n\n### Property Lists\n![Property List](https://github.com/user-attachments/assets/51e40672-6435-4da4-81df-a3db959b8c59)\n\n### Property Details\n![Property Details](https://github.com/user-attachments/assets/7a47ec34-1c43-4d85-b2d9-f719cf243227)\n\n\n### Chat Interface\n![Chat Interface](https://github.com/user-attachments/assets/485c83f6-38e0-434b-94e1-23f9c644005b)\n\n\n### Profile Page\n![Profile Page](https://github.com/user-attachments/assets/6f88a470-fd57-49ee-9b2b-6c5419d892ef)\n\n\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 17.0 or later\n- MongoDB\n- npm\n\n### Installation\n\n1. Clone the repository\n```bash\ngit clone =https://github.com/Ricky-saha/PropertyPlus\ncd propertyplus\n```\n\n2. Install Dependencies\n```bash\n# Backend dependencies\ncd api\nnpm install\n\n# Frontend dependencies\ncd client\nnpm install\n\n# socket dependencies\ncd socket\nnpm install\n```\n\n3. Configure Environment Variables\n\nCreate `.env` files in backend directories:\n\n```env\n# Backend .env\nDATABASE_URL=\"\"\nJWT_SECRET_KEY = \nCLIENT_URL = http://localhost:5173\n\n\n5. Start Development Servers\n```bash\n# Start backend server\ncd api\nnodemon app.js\n\n# Start socket server\ncd socket\nnodemon app.js\n\n# Start frontend server\ncd client\nnpm run dev\n```\n\n\n\n## Key Features\n\n### Property Management\n- Create, read, update, and delete property listings\n- Upload multiple property images\n- Advanced search and filtering\n- Property favorites system\n\n### Real-time Chat\n- Instant messaging between buyers and sellers\n- Message status indicators\n- Chat history preservation\n- Real-time notifications\n\n### User Dashboard\n- Property listing management\n- Chat conversations\n- Profile management\n\n\n## State Management with Zustand\n\nThe application uses Zustand for state management. Example store structure:\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n- [React Documentation](https://reactjs.org/)\n- [Node.js](https://nodejs.org/)\n- [MongoDB](https://www.mongodb.com/)\n- [Prisma](https://www.prisma.io/)\n- [Socket.io](https://socket.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricky-saha%2Fpropertyplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricky-saha%2Fpropertyplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricky-saha%2Fpropertyplus/lists"}