{"id":24997963,"url":"https://github.com/eradilrasheed/eraestate","last_synced_at":"2026-04-10T13:31:14.350Z","repository":{"id":272974139,"uuid":"916632511","full_name":"ErAdilrasheed/EraEstate","owner":"ErAdilrasheed","description":"A real estate web application designed for the real estate business. EraEstate streamlines property management, client interactions, and business workflows with modern web technologies.","archived":false,"fork":false,"pushed_at":"2025-01-22T20:49:42.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:22:23.643Z","etag":null,"topics":["firebase","mern-project","nodejs","reactjs","real-estate","real-estate-app","real-estate-management","real-estate-platform"],"latest_commit_sha":null,"homepage":"https://eraestate.live","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/ErAdilrasheed.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-14T13:34:00.000Z","updated_at":"2025-01-22T20:49:46.000Z","dependencies_parsed_at":"2025-01-17T19:43:08.053Z","dependency_job_id":"a7a1e6bf-3e66-43e5-8a5f-05aa977ff3f9","html_url":"https://github.com/ErAdilrasheed/EraEstate","commit_stats":null,"previous_names":["eradilrasheed/eraestate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ErAdilrasheed/EraEstate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErAdilrasheed%2FEraEstate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErAdilrasheed%2FEraEstate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErAdilrasheed%2FEraEstate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErAdilrasheed%2FEraEstate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErAdilrasheed","download_url":"https://codeload.github.com/ErAdilrasheed/EraEstate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErAdilrasheed%2FEraEstate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645187,"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":["firebase","mern-project","nodejs","reactjs","real-estate","real-estate-app","real-estate-management","real-estate-platform"],"created_at":"2025-02-04T17:38:05.915Z","updated_at":"2026-04-10T13:31:14.345Z","avatar_url":"https://github.com/ErAdilrasheed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EraEstate\n\nA real estate web application designed for the real estate businesses. EraEstate streamlines property management, client interactions, and business workflows with modern web technologies.\n\n---\n\n## Table of Contents\n1. [Features](#features)\n2. [Installation](#installation)\n3. [Usage](#usage)\n4. [Technologies Used](#technologies-used)\n5. [Contributing](#contributing)\n6. [Screenshots](#screenshots)\n\n---\n\n## Features\n- Seamless property listing and management\n- User authentication and secure data storage\n- Intuitive user interface powered by React.js and Tailwind CSS\n- Backend API with Node.js and Express.js\n- Robust database powered by MongoDB\n\n---\n\n## Installation\n\nTo set up the project locally, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/eradilrasheed/eraestate.git\n   ```\n\n2. Navigate to the project directory and Install the required dependencies:\n   ```bash\n   cd client\n   npm install\n   ```\n\n```bash\n   cd api\n   npm install\n   ```\n\n4. Start the development server:\n   ```bash\n   npm start  // for api (backend)\n   npm run dev  // for client (frontend)\n   ```\n\n---\n\n## .env\n```bash\nMONGO = \"your mongo db url\"\nJWT_SECRET = \"any random text\"\nFIREBASE_API_KEY = \"your firebase secret api key\"\n```\n\n---\n\n## Usage\n\nOnce installed, you can use EraEstate to:\n- Browse available properties\n- Manage your property listings\n- Authenticate users securely\n- Handle backend operations for real estate business workflows\n\n---\n\n## Technologies Used\n\n- **Frontend:** React.js, Tailwind CSS\n- **Backend:** Node.js, Express.js\n- **Database:** MongoDB\n- **Authentication \u0026 Storage:** Firebase\n\n---\n\n## Contributing\n\nWe welcome contributions to EraEstate! To contribute:\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add a feature\"\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request in the original repository.\n\nAdd yourself as a contributor in your pull request!\n\n---\n\n## Screenshots\n\n\u003cdiv align=\"center\"\u003e\n      \u003cimg src=\"https://res.cloudinary.com/dr5kn8993/image/upload/v1737575765/medico/home_wl62yg.png\" alt=\"Project Banner\"\u003e\n\u003cdiv\u003e\n\n  \u003cdiv align=\"center\"\u003e\n      \u003cimg src=\"https://res.cloudinary.com/dr5kn8993/image/upload/v1737575764/medico/recent_swhvsz.png\" alt=\"Project Banner\"\u003e\n\n  \u003cdiv\u003e\n\n  \u003cdiv align=\"center\"\u003e\n      \u003cimg src=\"https://res.cloudinary.com/dr5kn8993/image/upload/v1737575763/medico/signin_g5ozwx.png\" alt=\"Project Banner\"\u003e\n\n  \u003cdiv\u003e\n     \u003cdiv align=\"center\"\u003e\n      \u003cimg src=\"https://res.cloudinary.com/dr5kn8993/image/upload/v1737575763/medico/profile_cw3lmo.png\" alt=\"Project Banner\"\u003e\n\n  \u003cdiv\u003e\n     \u003cdiv align=\"center\"\u003e\n      \u003cimg src=\"https://res.cloudinary.com/dr5kn8993/image/upload/v1737575763/medico/create_tzseoe.png\" alt=\"Project Banner\"\u003e\n\n  \u003cdiv\u003e\n---\n\n## License\n\nThis project does not currently have a license. All rights reserved.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feradilrasheed%2Feraestate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feradilrasheed%2Feraestate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feradilrasheed%2Feraestate/lists"}