An Airbnb clone made with Ruby on Rails
( Abandoning this to do it in React with RoR )
- Login and Register
- Login with Facebook or Google Plus
- Create, View, Update, and Delete Properties
- Create Reservations
- Image Upload
- paperclip (Image upload)
- bootstrap-sass (Frontend Design)
- sass-rails (Frontend Design)
- toastr-rails (Notifications)
- devise (Authentication)
- omniauth (Authentication)
- omniauth-facebook (Authentication)
- omniauth-oauth2 (Authentication)
- omniauth-google-oauth2 (Authentication)
- font-awesome-sass (Icons)
- geocoder (Map coordinates)
Make a project folder then open it:
$ mkdir Foggle && cd Foggle
Clone Repository:
$ git clone git@github.com:jeffreynerona/Foggle.git
Install dependencies:
$ bundle install
Migrate Database:
$ rake db:migrate
Run the server:
$ rails s