store api:简单的在线商店API 源码
自述文件 一个独立构建的非常简单的在线商店API,用于学习如何与React和Rails进行交互 Ruby 2.7.0 导轨6.1.3 使用Rails凭证设置您的Stripe API密钥:以这种格式编辑,没有行空格: development: stripe: publishable_key: pk_test_........ secret_key: sk_test_......... production: stripe: publishable_key: pk_......... secret_key: sk_......... 设置config / initializers / cors.rb以允许来自您的域/开发端口的流量 设置
文件列表
store-api:简单的在线商店API
(预估有个147文件)
bundle
3KB
credentials.yml.enc
796B
test.js
155B
application.css
709B
mailer.text.erb
13B
application.html.erb
412B
mailer.html.erb
229B
application.js
488B
index.js
212B
consumer.js
270B
暂无评论