Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.16 KB

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