Skip to content

ChloeCCPeng/MushHome-Real-Estate

Repository files navigation

Mush|Home - An Web App that helps buyers purchase houses directly from homeowners

Created by: Chloe Peng

Click for Project Demo

Mush|Home

Table of Contents

Introduction

A Real Estate platform that helps buyers purchase houses directly from homeowners

Features

  • Login / Sign up and manage the account (create, update and delete the house)
  • Filters
  • List new houses 🏡
  • Mortgage calculation 🧮
  • Add houses to their watch list
  • Place bid / make an offer
  • Leave a message to the seller (now it's sending email)
  • FAQs

Wireframe:

link: https://www.figma.com/file/j34HP40p8JQfM6Ae2mg6mW/Untitled?node-id=0%3A1 image

Setup

  • To run front-end:
npm install --prefix client
npm start --prefix client
  • To run back-end:
bundle i
rails db:create
rails s
  • To kill postgreSQL:
sudo lsof -i :5432
sudo pkill -u postgres

Releases

No releases published

Packages

No packages published