Introducing Homyz - the ultimate real estate platform! Buy or sell properties hassle-free with its user-friendly interface. List your property effortlessly, and explore countless options with a dynamic interactive map. Like your favourite residencies and secure your account with Auth0. Sleek UI powered by Mantine for a seamless experience. Get ready for the real estate adventure of a lifetime!
Homyz Real Estate is now live on Vercel! Explore the website here: Homyz Real Estate Website.
- Discover Dream Properties: Uncover your perfect home with Homyz's powerful property search. Explore any location and its surroundings on an interactive map.
- Love It, Save It: Fall in love with properties? Simply hit the heart button to save them to your personalized favourites list for future delight.
- Fortress of Security: Your data is guarded by Auth0, ensuring a rock-solid and seamless user authentication experience.
- Unlock Exclusive Features: Create an account, log in, and open the door to exclusive features, saving preferences, and personalized experiences.
- React: Empowering UI Magic. A dynamic JavaScript library for creating captivating user interfaces with ease.
- Node.js: Unleashing Server-Side Potential. A powerful runtime environment enabling lightning-fast back-end development.
- Express: Streamlined Web Applications. An agile Node.js framework simplifying server-side coding for web applications.
- MongoDB: Rock-Solid Data Storage. A cutting-edge NoSQL database ensuring secure and reliable data storage.
- Auth0: Fortified Authentication. A top-tier third-party service providing robust user authentication for enhanced security.
- Mantine: Beauty in UI Components. A treasure trove of React components for crafting polished and stunning user interfaces.
To run this project on your local computer, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/MaizNadeem/Real-Estate-Web.git
- Navigate to the project directory:
cd Real-Estate-Web
- Install the required dependencies for both the client and server sides:
cd client
npm install
cd ../server
npm install
-
Auth0 Configuration Changes:
- In the server directory, go to
./config/auth0Config.js
and update theissuerBaseURL
with the correct Auth0 issuer URL from your own App.
- In the server directory, go to
-
MongoDB Configuration Changes:
- In the server directory, create a
.env
file and set the following variables with your own MongoDB and Auth0 credentials:PORT=8000 DATABASE_URL=your_mongodb_url_here ISSUER_BASE_URL=your_auth0_issuer_url_here
- In the server directory, create a
-
Auth0 Configuration Changes on client side:
- In the client directory, go to
./config.js
and replace thedomain
,clientID
with your own Auth0 app configuration.
- In the client directory, go to
-
Update API URL:
- In the client directory, go to
./src/utils/api.js
and update thebaseURL
to your own server URL orhttp://localhost:8000/api
.
- In the client directory, go to
-
Start the development servers for both the client and server sides:
cd client
npm run dev
cd ../server
npm start
- Open your web browser and visit
http://localhost:3000
to access the Homyz website. Additionally, you can access the server athttp://localhost:8000
.
Now you can explore the Homyz Real Estate website locally and make any necessary changes to suit your requirements. If you have any questions or face any issues during the setup process, don't hesitate to seek assistance. Happy coding!
Contributing
Contributions to this project are welcomed. If you wish to contribute, please follow the standard GitHub workflow by creating pull requests and discussing any proposed changes via issues.
Reporting Issues
If you encounter any issues while using the Homyz website or have any suggestions for improvement, please open an issue on the GitHub repository. Your feedback is valuable to us, and we will address any reported issues promptly.
Maiz - [email protected]
Project Link: View Github