Created by: Chloe Peng
A Real Estate platform that helps buyers purchase houses directly from homeowners
- 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
link: https://www.figma.com/file/j34HP40p8JQfM6Ae2mg6mW/Untitled?node-id=0%3A1
- 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