Skip to content
/ Seekers Public

Full Stack Real Estate Website using Zillow API, Local Business Data from RapidAPI, News API, FormSpree API, and Google OAuth

License

Notifications You must be signed in to change notification settings

mar19a/Seekers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seekers Real Estate Application

IMG_5177

Seekers is a comprehensive real estate application designed to help users find homes and explore local businesses. Our platform offers seamless property search, agent information, and local business recommendations, providing a holistic approach to finding the perfect home.

Website made by Mariano Majano Amaya and Gary Dong.

You can find the demo here: https://youtu.be/PlX1SiR-Ezk

Features

  • Property Search: Users can search for properties based on city, address, or ZIP code.

IMG_5178

  • Interactive Map: Google Maps integration to display property locations and details.

IMG_5179

  • Local Business Search: Users can explore local businesses in the area, enhancing their home search experience.

IMG_5199 IMG_5200

  • News Feed: Latest news based on your desired location.

IMG_5180

  • -Market Insights: Latest trends and data to the real estate market.

IMG_5181

  • Agent Profiles: Detailed information about real estate agents, including their specialties, experience, and contact information.

IMG_5182

  • Contact Form: Users can easily reach out for support or inquiries using FormSpree.

IMG_5191IMG_5192 IMG_5193

  • User Authentication: Secure signup and login functionality using MySQL or Google OAuth.

IMG_5195 IMG_5196 IMG_5201

Technologies Used

  • Frontend: React, React Router, Google Maps API, Axios
  • Backend: Node.js, Express.js
  • Database: MySQL
  • Styling: CSS, TailwindCSS
  • Authentication: Google OAuth, Formspree
  • APIs Zillow API, Local Business Data from RapidAPI, and News API.
  • Others: gapi-script, React Icons

Installation

  1. Clone the repository:
    git clone https://github.com/mar19a/seekers.git
  2. Navigate to the project directory:
    cd seekers
  3. Install the dependencies for the frontend:
    npm install
  4. Navigate to the server directory and install backend dependencies:
    cd server
    npm install
  5. Set up your MySQL database and update the connection details in server.js:
    const con = mysql.createConnection({
        user: "root",
        host: "localhost",
        password: "",
        database: "register"
    })
  6. Start the backend server:
    node server.js
  7. Start the frontend development server:
    npm start

Usage

User Signup and Login

The backend provides endpoints for user registration and login:

  • Signup: POST /signup
    • Request body: { "email": "[email protected]", "username": "user", "password": "password" }
    • Response: Success or error message
  • Login: POST /login
    • Request body: { "username": "user", "password": "password" }
    • Response: User details or error message

Property Search

Users can search for properties by entering a city, address, or ZIP code in the search bar. The search results are displayed with detailed property information and locations marked on an interactive map.

Agent Profiles

Detailed profiles of real estate agents are displayed, including their contact information, specialties, and a brief bio.

Local Business Search

Users can explore local businesses by entering a city in the search bar. The results include business names, addresses, phone numbers, and websites.

News Feed

The latest news articles relevant to the real estate market are displayed, providing users with current information and trends.

Contact Form

Users can fill out a contact form to get in touch with the Seekers team for any inquiries or support.

Contributing

We welcome contributions from the community. To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License.

Acknowledgements

  • Our team for their hard work and dedication.
  • The open-source community for providing valuable tools and resources.

About

Full Stack Real Estate Website using Zillow API, Local Business Data from RapidAPI, News API, FormSpree API, and Google OAuth

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published