This application is to test a Stripe Membership Saas with Rails, using Backbone.js as frontend.
This application requires:
- Ruby 2.1.2
- Rails 4.2.3
And uses the usual suspects gems, as:
gem 'devise' gem 'bootstrap-sass' gem 'payola-payments' gem 'upmin-admin'
Git clone, then bundle install, migrate, seed and rails server. Open http://localhost:3000/
Isn't easy?
Well, before seeding, add your Stripe keys to secrets.
bundle install
rake db:migrate
rake db:seed
rails s
If you want to use PG or MySql, add the gems, set the database.yml, migrate and good to go.
For Stripe API keys, and login details too, modify the secrets file.
This is it!
Find them, please. And notify them.
Composer + Backbone!
Just fork and done.
@altuzar
Do whatever you want.