/bnb

AirBnb clone in Ruby

Primary LanguageRuby

Cal Bnb

Demo

Link

Idea

An application where users (Cal students) can post new listings for rentable spaces and other users can view them, while being able to search and see them on a map.

Models and Description:

  • User: has name, email, and many postings
  • Posting: has description, address, price, beds, timestamp
  • Conversation: has a sender and recipient and each belongs to a user

Features:

  • Log In and Authentication
  • Make postings
  • View postings on list, map view
  • Search by location
  • Message other users