StripeMarketplace

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

Stars
9
Committers
1

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 [email protected]: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!

Related Projects