#Airbnb clone ##Epicodus: Ruby on Rails project ###Patti Jurgensen & Bailey Drake
Note: Mailcatcher was used in development and the gem is not included in Gemfile (due to conflicting with other gems). Please run the following in the terminal get started: $ gem install mailcatcher $ mailcatcher
Go to http://localhost:1080/
Project Description:
Let's make an Airbnb clone. I'll leave it to you to write user stories for this one. Remember the format: "As a [role], I want [feature], so that [benefit]." I'd suggest you write out several things you'd like to do to begin with, then prioritize them so that you get to the ones you're most excited about. Get in the habit of working on one story and making sure that you complete it before moving to the next one. You'll find that you're much more productive and have less breaking code than if you try to skip around between stories.
User Stories:
- [ COMPLETED ] User signups - when somebody signs up, send them a welcome email.
- [ COMPLETED ] Let users post their vacation home with a title, type, description, and location.
- Users are able to search for a place to stay by location or using a search feature