Skip to content

Sinatra boilerplate with Firebase and other goodies for hacking together quick apps and APIs.

Notifications You must be signed in to change notification settings

bananatron/sinatra-firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra Firebase Microboiler

Sinatra Firebase Microboiler is some super simple Sinatra boilerplate wired up with Firebase and some other goodies. It provides some basic routing and Firebase helpers and examples.

Great for prototyping, hackathons, or just getting an app/API up and running quickly.

Quickstart

  • Install Ruby & Bundler (Check gemfile)
  • bundle install
  • Set your Firebase URL in app.rb and public/js/scripts.js
  • Start your server with ruby app.rb
  • Deployable to Heroku

Cloud9: ruby app.rb -p $PORT -o $IP

Includes

About

Sinatra boilerplate with Firebase and other goodies for hacking together quick apps and APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published