#Rails PayPal subscription sample app
This is a very simple Rails app showing an approach to create an app with PayPal subscriptions.
##Installation
- Run
cp .env.sample .envand update your PayPal credentials on.envfile - Run
gem install foreman - Run
bundle install; bundle exec rake db:setup - Start the app with
foreman start - Read more about this app and PayPal subscriptions on Rails with PayPal subscriptions guide.
@samuelsimoes ~ samuel@samuelsimoes.com ~ samuelsimoes.com
