当前位置: 首页 > 软件库 > Web应用开发 > >

react-express-stripe

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 蒋曾笑
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Stripe Server Checkout with React and Express

Screenshot 2019-09-07 at 11 35 07

Installation

  • git clone git@github.com:rwieruch/react-express-stripe.git
  • cd react-express-stripe

Important: Setup works only with backend hosted somewhere reachable via an IP or domain. Stripe's Webhooks are not going to work on a localhost backend. The frontend application can run locally though.

Stripe Registration and API Keys

  • Register at Stripe and Setup a Payment Account to access the Dashboard
  • Find your API Keys:
  • Replace frontend
    • API keys: YOUR_STRIPE_PUBLIC_KEY
  • Replace backend

Frontend

Backend

Usage

When using it in production, you have to use a real credit card. Otherwise, in development mode, you can use a Stripe's test credit cards:

  • Email: Any Email
  • Number: 4242 4242 4242 4242
  • Date: Any Date in the Future
  • CVC: Any 3 Numbers
  • react 错误边界 by Abi Noda 通过Abi Noda React with GraphQL和错误边界中的自定义错误页面 (Custom error pages in React with GraphQL and Error Boundaries) If you like this article please support me by checking out Pull Remin

  •  是时候拿React练练手了~ https://reactjs.org/community/examples.html https://daveceddia.com/react-practice-projects/ https://github.com/enaqx/awesome-react#example-apps http://todomvc.com/examples/react/#/ htt

  • 环境搭建和项目框架 prequisites 本篇笔记主要是来自Udemy课程 full-stack-react-redux,这是Udemy中我最喜欢的讲师之一,感觉讲课风趣、干货十足,有兴趣同学可以参考原课程学习,在笔记中除了第一张搭建环境外,会尽可能包含课程中讲到的所有点,欢迎评论、指正。 node推荐版本v8.1.1及以上 需要安装git 想要安装多个node版本,推荐使用nvm管理 想要在n

 相关资料
  • Express, React/Redux, MySQL Boilerplate Get Started 1. Prerequisites NodeJs NPM - Node package manager MySQL - Relational database management system (RDBMS) 2. Installation On the command prompt run t

  • express-react-typescript A boilerplate to build web application using Express and React with help of Typescript. It's configured to separate client-side JavaScript and CSS bundles and your files as as

  • React application with Express server This project was bootstrapped with Create React App. Then an Express server was added in the server directory. The server is proxied via the proxy key in package.

  • React Application with JWT Authentication Overview This is an example application that serves an ExpressJS JSON api to a React client application. The React application is configured for a basic JWT a

  • Full Stack React Express Application Introduction This repository contains a simple Full Stack Express / React application. It is intended to demonstrate as wide an array of features as possible while

  • DEPRECATED. This project is not maintained anymore. Starter for Express, React, Redux, SCSS applications Features Webpack development and production environment configuration Webpack SCSS configuratio