Skip to content

A little Marketplace application used to explain Stripe's Connect Platform

Notifications You must be signed in to change notification settings

19coders/StripeMarketplace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe Connect & Rails Tutorial Application

This application is part of a three piece blog & tutorial I'm writing on using the Stripe Connect Platform with Rails 5.

Dependencies

  • Rails 5.0
  • Postgresql

Dev Setup

  1. git clone git@github.com:Tinusw/StripeMarketplace.git
  2. bundle install
  3. rake db:create && rake db:migrate
  4. cp .env-sample .env
  5. set up your environment keys using details from you Connect Enabled Stripe Account

You can read the three-part blog here:

Want to contribute to the Application/Blog?

You can reach me here, or simply create a Pull Request!

About

A little Marketplace application used to explain Stripe's Connect Platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.1%
  • HTML 27.6%
  • JavaScript 2.8%
  • CSS 1.5%