{"id":17978822,"url":"https://github.com/chandankushwahaa/nullestate","last_synced_at":"2026-04-14T19:32:29.162Z","repository":{"id":248687223,"uuid":"776132044","full_name":"chandankushwahaa/nullestate","owner":"chandankushwahaa","description":"A dynamic web app facilitating property buying and renting. Powered by Node.js, Express, MongoDB, and Firebase for secure user authentication.","archived":false,"fork":false,"pushed_at":"2024-09-09T09:35:08.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T00:28:21.272Z","etag":null,"topics":["authentication","express","mongodb","react","redux"],"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/chandankushwahaa.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-03-22T18:39:53.000Z","updated_at":"2024-09-09T09:35:11.000Z","dependencies_parsed_at":"2024-09-09T11:14:44.289Z","dependency_job_id":null,"html_url":"https://github.com/chandankushwahaa/nullestate","commit_stats":null,"previous_names":["chandanck22/nullestate","chandankushwahaa/nullestate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chandankushwahaa/nullestate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandankushwahaa%2Fnullestate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandankushwahaa%2Fnullestate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandankushwahaa%2Fnullestate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandankushwahaa%2Fnullestate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chandankushwahaa","download_url":"https://codeload.github.com/chandankushwahaa/nullestate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandankushwahaa%2Fnullestate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"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":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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":["authentication","express","mongodb","react","redux"],"created_at":"2024-10-29T17:35:14.708Z","updated_at":"2026-04-14T19:32:29.144Z","avatar_url":"https://github.com/chandankushwahaa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" # MERN NullEstate Application\nNullEstate is a web application designed for users to buy or rent houses. It provides a platform where sellers can upload their properties for sale or rent, while buyers can browse listings and make inquiries. The project is built using Node.js, Express, MongoDB, and Firebase for authentication.\n\n\n## Features\n- **User Authentication:** Secure user authentication system with features for signup, login, and Google authentication.\n- **Property Listings:** Sellers can upload details of their properties, including images, descriptions, and pricing.\n- **Property Search:** Buyers can search for properties based on various criteria such as location, price, and type.\n- **User Profiles:** Users can create profiles to manage their listings, inquiries, and account settings.\n\n\n\n## Backend\n1. Clone this repository to your local machine.\n```bash\ngit clone https://github.com/chandanck22/nullestate.git\n```\n2. Create a `.env` file in the root directory and add your MongoDB connection URL:\n```bash\nMONGO = \"PASTE_DATABASE_URL\"\n```\n```bash\nJWT_SECRET = \"secrettoken\"\n```\n3. Install dependencies by running \n```bash \nnpm install\n```\n4. Start the application by running \n```js\nnpm run dev\n```\n5. The backend server will start on port 3000.\n\n## Fronted\n1. Navigate to the `client` directory:\n```bash\ncd client\n```\n\n2. Replace the file firebase.js with your Firebase configuration code.\n\n3. Create a .env file in the client directory and add your Firebase API key:\n\n```bash\nVITE_FIREBASE_API_KEY = \"PASTE_FIREBASE_API_KEY\"\n```\n\n\n3. Install dependencies by running \n\n```bash\nnpm install\n```\n4. Start the application by running \n```bash\nnpm run dev\n```\n5. The frontend server will start on port 5173.\n\n\n## Dependencies\n- **express**: Express is a fast, unopinionated, minimalist web framework for Node.js. It simplifies the process of building web applications and APIs.\n\n- **mongodb**: MongoDB is a NoSQL database program, which uses JSON-like documents with optional schemas.\n\n- **mongoose:** Mongoose is an Object Data Modeling (ODM) library for MongoDB and Node.js. It provides a straightforward, schema-based solution to model application data.\n\n- **nodemon:** Nodemon is a utility that monitors for changes in your source code and automatically restarts the server. It's useful during development to streamline the development process.\n\n- **bcryptjs** It is a library to hash passwords and compare hashed passwords with the original one.\n\n- **cookie-parser** Parsing cookies for session management.\n\n- **dotenv** Loading environment variables from a .env file.\n\n- **jsonwebtoken** Generating and verifying JSON Web Tokens (JWT) for user authentication.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandankushwahaa%2Fnullestate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandankushwahaa%2Fnullestate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandankushwahaa%2Fnullestate/lists"}