? The Real Estate App is a full-stack web application built using the MERN stack (MongoDB, Express, React, Node.js) and TypeScript. It is designed to help real estate agents and property managers manage their listings by providing them with a platform to create, read, update, and delete property data.
In addition, the Real Estate App also features Google OAuth authentication, allowing users to securely sign in using their Google credentials.
To add a property to the application, hit the property button in the sider layout. Then click on add property and write a description and name title. Then upload an image from your device.
To install the Real Estate App locally, follow the steps below:
git clone https://github.com/username/repo.git
npm install
to install the dependencies.env
file in the root directory and add the following environment variables:MONGO_URI=<your_mongodb_uri>
GOOGLE_CLIENT_ID=<your_google_client_id>
GOOGLE_CLIENT_SECRET=<your_google_client_secret>
npm start
to start the development serverhttp://localhost:3000
to view the app in your browserThe Real Estate App comes with the following features:
The Real Estate App is built using the following technologies:
Contributions to the Real Estate App are welcome! If you'd like to contribute, please follow these steps:
The Real Estate App is licensed under the MIT License. See the LICENSE file for more information.