##Rails PayPal subscription sample app
This is a very simple Rails app showing an aproach to create an app with PayPal subscriptions.
You can read more about this app and PayPal subscriptions on Rails with PayPal subscriptions guide.
#Instalation
- Run
cp .env.sample .env
and update your PayPal credentials on.env
file - Run
gem install foreman
- Run
bundle install; bundle exec rake db:setup
- Start the app with
foreman start
@samuelsimoes ~ [email protected] ~ samuelsimoes.com