Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinusw/stripemarketplace

A little Marketplace application used to explain Stripe's Connect Platform
https://github.com/tinusw/stripemarketplace

haml rails5 stripe-api stripe-connect

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Stripe Connect & Rails Tutorial Application

This application is part of a three piece blog & tutorial I'm writing on using the [Stripe Connect Platform](https://stripe.com/connect) 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:
- [Part 1](https://medium.com/@ThatGuyTinus/stripe-connect-rails-part-1-22ba7204725b)
- [Part 2](https://medium.com/@ThatGuyTinus/stripe-connect-rails-part-2-9751c0e553f9)
- [Part 3](https://medium.com/@ThatGuyTinus/stripe-and-rails-part-3-63e22abde900)

## Want to contribute to the Application/Blog?
[You can reach me here](https://twitter.com/ThatGuyTinus), or simply create a Pull Request!