Skip to content

supremebeing7/airbnb_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhereBnB

AirBnB Clone built in Epicodus programming school using Ruby on Rails.

View the demo site here: http://airbnb-clone.herokuapp.com/

Check out the USER_STORIES.md to see completed and upcoming features.

##Usage

  • Run git clone https://github.com/supremebeing7/airbnb_clone.git
  • Run bundle install
  • Create database with rake db:create and rake db:schema:load db:test:prepare

##Contributing

  • Fork it
  • Create your feature branch git checkout -b my-new-feature
  • Commit your changes git commit -am 'Add some feature'
  • Pull recent changes to master with git pull
  • Merge master with your branch
  • Ensure all tests pass with rspec
  • Push to the branch git push origin my-new-feature
  • Create new Pull Request`

About

A practice web app to clone the functionality of AirBnb, built in Epicodus coding bootcamp. Built on Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors