All Projects → IcaliaLabs → Furatto Rails Start Kit

IcaliaLabs / Furatto Rails Start Kit

A rails app with Furatto, Devise, and Facebook Authentication perfect for hackathons!

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Furatto Rails Start Kit

Limestone
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Stars: ✭ 191 (+315.22%)
Mutual labels:  rails, devise, boilerplate
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+7241.3%)
Mutual labels:  hackathon, boilerplate
Devise token auth
Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
Stars: ✭ 3,263 (+6993.48%)
Mutual labels:  rails, devise
Devise masquerade
Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it.
Stars: ✭ 380 (+726.09%)
Mutual labels:  rails, devise
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+426.09%)
Mutual labels:  hackathon, facebook
Fb Automated Birthday Wisher
Automatically wishes your selected fb friends on their Birthday
Stars: ✭ 39 (-15.22%)
Mutual labels:  facebook, hackathon
Angular Token
🔑 Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:
Stars: ✭ 376 (+717.39%)
Mutual labels:  rails, devise
Devise invitable
An invitation strategy for devise
Stars: ✭ 2,491 (+5315.22%)
Mutual labels:  rails, devise
Competitive Programming
📌 📚 Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
Stars: ✭ 496 (+978.26%)
Mutual labels:  hackathon, facebook
Devise
Flexible authentication solution for Rails with Warden.
Stars: ✭ 22,088 (+47917.39%)
Mutual labels:  rails, devise
Rails Template
Application template for Rails 6 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Stars: ✭ 763 (+1558.7%)
Mutual labels:  rails, boilerplate
Vuejs Rails Starterkit
Vue.js + Rails Starting Kit GitHub Template to develop Hybrid Mobile Application: https://vuejs-rails-starterkit.herokuapp.com
Stars: ✭ 205 (+345.65%)
Mutual labels:  hackathon, rails
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+3354.35%)
Mutual labels:  hackathon, boilerplate
ionic2-firebase-hackathon-starter
A hackathon starter for ionic2 using firebase, already has user authentication, reset password, google login etc
Stars: ✭ 34 (-26.09%)
Mutual labels:  facebook, hackathon
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+417.39%)
Mutual labels:  rails, boilerplate
Milia
Easy multi-tenanting for Rails5 (or Rails4) + Devise
Stars: ✭ 326 (+608.7%)
Mutual labels:  rails, devise
Wheel
Don't reinvent the wheel for every new Rails project. Use sane Defaults.
Stars: ✭ 163 (+254.35%)
Mutual labels:  rails, boilerplate
Hackathon Starter
A boilerplate for Node.js web applications
Stars: ✭ 32,485 (+70519.57%)
Mutual labels:  hackathon, boilerplate
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+45682.61%)
Mutual labels:  boilerplate, hackathon
Devise Jwt
JWT token authentication with devise and rails
Stars: ✭ 881 (+1815.22%)
Mutual labels:  rails, devise

Code Climate Test Coverage Issue Count

Furatto Rails start kit

It is just a boilerplate for Rails web applications. Perfect to kickstart your next project or hackathon app.

Demo: http://furatto-rails-start-kit.herokuapp.com/

We have been in many hackathons for the past years, and one thing we have learned is setting up a project might seem like something easy and straightforward. But things start to get complicated when working with teammates as in a hackathon where every one commits, not following rules or best practices' I mean let's be fair, time is crucial you have no time on to worry for those kind of things.

The intention for this project is to get you and your team up and running in no time, with beautiful styling using the power of Furatto, basic registration and authentication with Devise, and we even include Facebook as an authentication option. This way you just have to worry about the core things of your awesome app, 'cause to be fair, signin in your user isn't the funny part, and everybody just got that.

We want to give this a higher level of customization, not just give you a boilerplate, we mean, more authentication providers, predefined templates and so much more...

Here is a how it looks:

Alt

Table of Contents

Features

  • Simple old school authentication using email and password
  • OAuth 2.0 Authentication using Facebook
  • Rails 4 fully integration
  • Furatto 3
  • Account edition
  • Account deletion
  • Forgot password feature

Prerequisites

Getting Started

  1. Clone the project to your local machine:

    	$ git clone [email protected]:IcaliaLabs/furatto-rails-start-kit.git
    
  2. Change dir to the project:

    	$ cd furatto-rails-start-kit
    
  3. Run the bundle command to install all dependencies:

    	$ bundle install
    
  4. If everything wetn smooth you should be able to run the server:

    	$ rails server
    
  5. Open http://locahost:3000 and you should be good to start kicking.

Obtaining Api Keys

In order to get the Facebook app keys you will need to:

  1. Visit Facebook developers and with your facebook credentials you should be able to enter.

  2. On the top bar click on Apps and select create one. Fill in all the necessary fields.

  3. Once you create your app, on the left panel click on Dashboard and there should be the 2 necessary keys.

Setup Keys

We use Figaro to manage all the keys used in the application, as it is easier to deploy. We provide an application.yml.example as a template, you can follow the instructions too:

  1. To setup the application.yml file just run:

    	$ mv config/application.yml.example config/application.yml
    

You should be good to go, just drop the keys you just obtained from Facebook developers page and rock & roll.

Contributing

Please submit all pull requests against a separate branch. And feel free to add other providers, or features you might find necessary for a starter app.

Thanks!

License

The MIT License (MIT)

Copyright (c) 2014, Icalia Labs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].