Skip to content

💰 Minimal Boilerplate for Stripe used in React and Express. Charge payments from your customers with this project.

Notifications You must be signed in to change notification settings

Jbry123/react-express-stripe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Boilerplate for Stripe used in React and Express

Build Status

Installation

Stripe Registration and API Keys

  • Register at Stripe and Setup a Payment Account to access the Dashboard
  • Find your API Keys (test_, live_)
  • Replace frontend API keys: frontend/src/constants/
  • Replace backend API keys: backend/constants/

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

About

💰 Minimal Boilerplate for Stripe used in React and Express. Charge payments from your customers with this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.4%
  • HTML 18.0%
  • CSS 4.6%