Coder Social home page Coder Social logo

accaplan / yillow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frances-y-h/yillow

1.0 0.0 1.0 8.27 MB

A Zillow clone that help search thousands of for-sale homes and connect with local professional real estate agents.

Home Page: https://yillow-app.herokuapp.com

Shell 0.01% Python 98.59% CSS 1.30% HTML 0.01% Mako 0.02% Dockerfile 0.07%

yillow's Introduction

๐Ÿ  Yillow

The leading real estate marketplace. Search thousands of for-sale homes and connect with local professional real estate agents.

Yillow Live Demo

Splash Page

Screen Shot 2022-06-15 at 7 57 20 AM

Google Map Search and filter

Screen Shot 2022-06-15 at 7 58 25 AM

Browse Properties and Schedule Appointments

Screen Shot 2022-06-15 at 7 59 13 AM

Manage Appointments

Screen Shot 2022-06-15 at 8 00 27 AM

Search and Review Agents

Screen Shot 2022-06-15 at 8 01 03 AM

Screen Shot 2022-06-15 at 8 01 15 AM

Yillow at a Glance

Yillow is a full stack application that allows users to search and filter for properties. A user does not need to log in to use the search property and agent feature, but if they choose to setup an account with Yillow, they can also schedule appointment to tour the properties, and review their experience with the agent.

Getting Started

  1. Clone the repository
git clone [email protected]:frances-y-h/yillow.git

  1. Install dependencies
  • In root folder, install Python server.
pipenv install
  • Navigate to React-app folder, install React
cd React-app
npm install
  1. Setup your PostgreSQL user, password and database
psql
CREATE USER yillow_app WITH PASSWORD 'password';
CREATE DATABASE yillow_app WITH OWNER yillow_app;

  1. create a .env file in root folder, based on the .env.example with proper settings for your development environment

  2. Migrate and seed your database in root folder

pipenv run flask db upgrade
pipenv run flask seed all

  1. Start the server
  • In root folder
pipenv run flask run
  • Navigate to React-app folder
npm start
  1. Have fun!

Application Architecture

Yillow is built on React and Redux frontend with Python Flask backend, using PostgresSQL as a database.

Technologies Used

Conclusion and Next Steps

Yillow is not only a communication platform for regular users, also for agents. The next step for Yillow is to implement the agent interface, porfolio page, manage appointments, and communicate with client users through chat channels(web socket).

Conatact

yillow's People

Contributors

frances-y-h avatar

Stargazers

Roman avatar

Forkers

lanceboyer1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.