aaronkelton / rails-7-stripe-checkout

Rails 7 with Stripe Checkout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

I haven't tested yet if this works for someone cloning the repo and testing locally. I think whoever clones this repo would need to replace the Stripe test secret key in the Rails credentials with their own test key (otherwise we'd have to share). Also, for your Stripe CLI authentication, when you run strip listen --forward-to localhost:3000/webhooks you may get a new webhook key, which also needs to be updated in Rails credentials.

After cloning the repo, you should be able to rails db:setup, then start the rails server rails s and navigate to localhost:3000.

Walkthrough: https://www.youtube.com/watch?v=JN7ZYhO9-es

About

Rails 7 with Stripe Checkout


Languages

Language:Ruby 78.7%Language:HTML 17.6%Language:JavaScript 2.5%Language:CSS 1.1%