samuelsimoes / rails-paypal-subscriptions-sample

A very simple Rails app showing an approach to create an app with PayPal subscriptions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Rails PayPal subscription sample app

Build Status

This is a very simple Rails app showing an approach to create an app with PayPal subscriptions.

##Installation

  1. Run cp .env.sample .env and update your PayPal credentials on .env file
  2. Run gem install foreman
  3. Run bundle install; bundle exec rake db:setup
  4. Start the app with foreman start
  5. Read more about this app and PayPal subscriptions on Rails with PayPal subscriptions guide.

@samuelsimoes ~ samuel@samuelsimoes.com ~ samuelsimoes.com

About

A very simple Rails app showing an approach to create an app with PayPal subscriptions.


Languages

Language:Ruby 82.8%Language:HTML 14.0%Language:CSS 2.5%Language:JavaScript 0.7%