Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samuelsimoes/rails-paypal-subscriptions-sample

A very simple Rails app showing an approach to create an app with PayPal subscriptions.
https://github.com/samuelsimoes/rails-paypal-subscriptions-sample

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

#Rails PayPal subscription sample app

[![Build Status](https://semaphoreapp.com/api/v1/projects/2c68eb02-dccd-4080-bef0-d68649b7d447/265905/badge.png)](https://semaphoreapp.com/samuelsimoes/rails-paypal-subscriptions-sample)

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](http://blog.samuelsimoes.com/rails/2014/11/01/part-1-rails-with-paypal-subscription-guide.html)**.

_@samuelsimoes ~ [email protected] ~ samuelsimoes.com_