Skip to content

Very simple Rails app showing an aproach to create an app with PayPal subscriptions.

Notifications You must be signed in to change notification settings

chenjau/rails-paypal-subscriptions-sample

 
 

Repository files navigation

##Rails PayPal subscription sample app

Build Status

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

  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

@samuelsimoes ~ [email protected] ~ samuelsimoes.com

About

Very simple Rails app showing an aproach to create an app with PayPal subscriptions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 82.6%
  • HTML 14.2%
  • CSS 2.5%
  • JavaScript 0.7%