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: 11 months ago
JSON representation
A little Marketplace application used to explain Stripe's Connect Platform
- Host: GitHub
- URL: https://github.com/tinusw/stripemarketplace
- Owner: Tinusw
- Created: 2017-05-25T09:36:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T06:47:48.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T03:51:12.672Z (about 1 year ago)
- Topics: haml, rails5, stripe-api, stripe-connect
- Language: Ruby
- Size: 94.7 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 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:
- [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!