8000 GitHub - doxtor/Foggle: An Airbnb clone made with Ruby on Rails
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doxtor/Foggle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foggle

status|abandoned type|practice-project language|ruby type|practice-project

An Airbnb clone made with Ruby on Rails ( Abandoning this to do it in React with RoR ) jeffreynerona|Foggle

Features

  • Login and Register
  • Login with Facebook or Google Plus
  • Create, View, Update, and Delete Properties
  • Create Reservations
  • Image Upload

Gems Used

  • 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)

Installation

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

About

An Airbnb clone made with Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 44.4%
  • CSS 30.5%
  • HTML 23.8%
  • Other 1.3%
0